This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 #3 from aph at gcc dot gnu dot org  2006-05-25 10:12 -------
This is caused by ecj generating non-nested variable scopes.

In Method name:"seekTypesInBinaryPackage":

  slot#13: name: i, type: int (pc: 254 length: 82)

  slot#15: name: elementName, type: java.lang.String (pc: 240 length: 86)

So, i extends from pc 254-336, and elementName from pc 240-326.

Although gcj should correctly handle this, it must be a bug in ecj.  It's quite
impossible for Java variables to have non-nested ranges.


-- 

aph at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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]