This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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]

[Bug java/22214] New: Java code with Vector<Double> does not compile with GCJ


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


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