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/17380] [4.0.0 Regression] Bad diagnostic and ICE on valid code...


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-09-15 01:29 -------
Here's a reduced invalid testcase that crashes the compiler:

=============================
class A
{
    class B
    {
        void foo()
        {
            bar();
        }
    }

    static final int i = 0;
}
=============================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-15 01:29:37
               date|                            |
   Target Milestone|---                         |4.0.0


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


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