[Bug libgcj/27104] New: definite assingment bug in GCJ

vnasardinov at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Apr 10 19:00:00 GMT 2006


All of the compiler versions are the same as in bug 27101.

Sun's compiler:

| $ javac UnwelcomeGuest.java 
| UnwelcomeGuest.java:9: variable USER_ID might already have been assigned
|             USER_ID = GUEST_USER_ID;
|             ^
| 1 error

The Eclipse compiler:

| $ ecj UnwelcomeGuest.java 
| ----------
| 1. ERROR in UnwelcomeGuest.java
|  (at line 9)
|       USER_ID = GUEST_USER_ID;
|       ^^^^^^^
| The final field USER_ID may already have been assigned
| ----------
| 1 problem (1 error)

GCJ:

| $ gcj -C UnwelcomeGuest.java 
| $ echo $?
| 0

Will attach the test case momentarily.


-- 
           Summary: definite assingment bug in GCJ
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vnasardinov at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27104



More information about the Gcc-bugs mailing list