This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/27756] ICE in update_aliases, at java/decl.c:192



------- Comment #6 from aph at gcc dot gnu dot org  2006-05-26 10:23 -------
Err, I mean:

a;
goto barf;
do
{
  foo;
  c;
barf:
  if (!b)
    goto x;   
} forever;
x:


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27756


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]