This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11468] Deriving from CNI class java::lang::Object causing an ICE
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2006 16:05:51 -0000
- Subject: [Bug c++/11468] Deriving from CNI class java::lang::Object causing an ICE
- References: <bug-11468-6472@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from reichelt at gcc dot gnu dot org 2006-06-23 16:05 -------
Fixed on mainline.
Instead of
bug.cc:55: internal compiler error: can't find class$
we now get a regular error with more information:
bug.cc:55: error: can't find 'class$' in 'MyClass'
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11468