------- 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