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]

Re: Patch PING: PR middle-end/21362: ICE in make_edges, at cfgbuild.c:327


Bryce McKinlay writes:
 > Richard Henderson wrote:
 > > On Mon, May 15, 2006 at 03:01:46PM +0100, Andrew Haley wrote:
 > >   
 > >> Please have a look at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27590.
 > >>     
 > >
 > > Can you show me how to compile this test case?  I seem to get
 > > lots of missing class errors, e.g.
 > >
 > > org/apache/catalina/core/StandardServer.java:0: error: cannot find file \
 > >   for class javax.management.MBeanRegistration
 > >
 > > Which, afaict, doesn't exist in libjava.
 > 
 > Don't forget -findirect-dispatch.
 
Right.  You have to use the command line in the bug report, which is:

gcj -shared -O -findirect-dispatch StandardServer.class

Richard, have you had a chance to look at this?

Thanks,
Andrew.


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