[Bug java/22214] New: Java code with Vector<Double> does not compile with GCJ
sidharthchaturvedi at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Jun 28 08:52:00 GMT 2005
GCC version 4.0.0 20050324 (prerelease)
Platform: win32
Java code:
------------------------------------------------------------
import java.util.*;
public class X {
public void f() {
Vector<Double> V = new Vector<Double>();
}
}
------------------------------------------------------------
$ gcj -C X.java
X.java:5: error: ':' expected.
Vector<Double> V = new Vector<Double>();
^
1 error
--
Summary: Java code with Vector<Double> does not compile with GCJ
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sidharthchaturvedi at gmail dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22214
More information about the Java-prs
mailing list