This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/27037] New: Direct compile fails
- From: "taral at taral dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 5 Apr 2006 00:21:01 -0000
- Subject: [Bug java/27037] New: Direct compile fails
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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