id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
1500	NCG: shortcutBranch doesn't handle loops properly	Michael D. Adams		"The following Cmm code causes GHC to go into an infinite loop when {{{-O}}} and {{{-fasm}}} are on.

{{{
foo {
  L: goto L;
}
}}}

I do not know of any code that depends on this yet.  I just tripped over it when writting tests for the CPS pass."	bug	closed	normal	6.12.3	Compiler (NCG)	6.7	fixed			Unknown/Multiple	x86	None/Unknown	Unknown	cmm001			
