This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/26603] ICE on invalid using non static inner class as base class outside the class
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Mar 2006 12:59:57 -0000
- Subject: [Bug java/26603] ICE on invalid using non static inner class as base class outside the class
- References: <bug-26603-12329@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-08 12:59 -------
This is invalid code as you cannot use A.B outside of A as it is not a static
inner class.
Confirmed, not a regression.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build triplet|gcj 4.0.2 from ubuntu |
|repository |
GCC host triplet|amd64 kubuntu |
Keywords| |ice-on-invalid-code
Known to fail| |3.0.4 3.2.3 3.4.0 4.0.0
| |4.1.0 4.2.0
Last reconfirmed|0000-00-00 00:00:00 |2006-03-08 12:59:57
date| |
Summary|compiler crashes |ICE on invalid using non
|"segmentation fault" |static inner class as base
| |class outside the class
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26603