This is the mail archive of the gcc-patches@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]

Patch: fix gcj ICE


Tom Tromey writes:
 > This patch fixes an ICE detect by the Jacks test suite.
 > 
 > Tested on x86 Red Hat Linux 7.3, including mauve and jacks.
 > 
 > There's no test case since this is covered by Jacks.
 > You won't see an improvement in the results due to a problem in the
 > Jacks test harness.  I'm going to find out what to do about that -- it
 > should never allow a SEGV when a normal compiler error is required.
 > 
 > Ok for trunk?  (Given that this is an ICE on illegal code only, I
 > don't think it is very important for 3.3.)
 > 
 > Tom
 > 
 > Index: gcc/java/ChangeLog
 > from  Tom Tromey  <tromey at redhat dot com>
 > 
 > 	* parse.y (resolve_inner_class): Error if qualifier is a primitive
 > 	type.

OK for trunk.

Andrew.


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