This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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/14581] [3.3/3.4/3.5 Regression] gcj internal error: Segmentation fault involving switch to a final var


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-15 15:38 -------
Confirmed, a regression from 3.0.4:
tin:~/src/gnu/gcctest>~/ia32_linux_gcc3_0/bin/gcj BugToken.java
BugToken.java: In class `BugToken':
BugToken.java: In method `BugToken.oops()':
BugToken.java:5: Constant expression required.
             case eofSym    : ;
             ^
1 error

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
      Known to fail|                            |3.2.3 3.3.1 3.4.0 3.5.0
      Known to work|                            |3.0.4
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-15 15:38:17
               date|                            |
            Summary|gcj  internal error:        |[3.3/3.4/3.5 Regression] gcj
                   |Segmentation fault involving|internal error: Segmentation
                   |switch to a final var       |fault involving switch to a
                   |                            |final var
   Target Milestone|---                         |3.3.4


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


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