[Bug java/28398] New: error messages lack substitutions

2006-07-16 Thread bim2006 at basistech dot com
: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bim2006 at basistech dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla

[Bug java/28398] error messages lack substitutions

2006-07-16 Thread bim2006 at basistech dot com
--- Comment #2 from bim2006 at basistech dot com 2006-07-16 22:29 --- Oh, of course. I should have thought of that. -- bim2006 at basistech dot com changed: What|Removed |Added

[Bug java/28380] New: ICE compiling class implementing nested interface from class compiled from jar

2006-07-14 Thread bim2006 at basistech dot com
: major Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bim2006 at basistech dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla

[Bug java/28380] ICE compiling class implementing nested interface from class compiled from jar

2006-07-14 Thread bim2006 at basistech dot com
--- Comment #1 from bim2006 at basistech dot com 2006-07-14 11:48 --- Created an attachment (id=11889) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11889action=view) Source for test case This tarball contains a compiled version of the 'compiled by IBM' part of the problem

[Bug java/28380] ICE compiling class implementing nested interface from class compiled from jar

2006-07-14 Thread bim2006 at basistech dot com
--- Comment #2 from bim2006 at basistech dot com 2006-07-14 11:58 --- In the real code where I encountered this originally, the ICE was reported on the class that tried to implement the nested interface. When I boiled down the test case to what I've posted, the ICE moved