public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22214] New: Java code with Vector<Double> does not compile with GCJ
@ 2005-06-28  8:52 sidharthchaturvedi at gmail dot com
  2005-06-28 10:37 ` [Bug java/22214] " rmathew at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: sidharthchaturvedi at gmail dot com @ 2005-06-28  8:52 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-28 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-28  8:52 [Bug java/22214] New: Java code with Vector<Double> does not compile with GCJ sidharthchaturvedi at gmail dot com
2005-06-28 10:37 ` [Bug java/22214] " rmathew at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).