public class z { private class y { public y(long x) { this(x,w()); } public y(long x,long v) { } }
private long w() { return 0; } } Fails to compile with "gcj -c", compiles fine with "gcj -C". Bytecode compiles with "gcj -c". -- Summary: Direct compile fails Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: taral at taral dot net GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27037