Re: java/4027: gcj-3.0 fails to compile main class files with package declaration

2001-08-15 Thread Alexandre Petit-Bianco
[EMAIL PROTECTED] writes: > | gcj-3.0 -o Test --main=Test Test.java Try: gcj-3.0 -o Test --main=gnu.foo.Test Test.java intead. ./A

Bug#99038: java/3596: jc1 crash with final synchronized methods (duplicate_eh_regions)

2001-07-06 Thread Alexandre Petit-Bianco
Anthony Green writes: > Work around is to compile with -fno-inline. Thanks for the tip. ./A