------- Additional Comments From fengwang at gcc dot gnu dot org 2005-09-13 14:53 ------- (In reply to comment #8) > Bloody hell. Stupid bug. > Alright then, let's see if I can fix this one.
Steven, it seems to disappear on current gcc4.1 and gcc4.0. I once send you a patch to fix the gimple problem. The patch is attached. And this patch fixes another compiling ICE in the test case: subroutine s1 (a) integer a assign 777 to a go to a 777 print *, "Hello s1" end program test call s1 (1) end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22290