This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28051] [4.0 regression] ICE on invalid conversion operator
- 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: 13 Jul 2006 13:14:26 -0000
- Subject: [Bug c++/28051] [4.0 regression] ICE on invalid conversion operator
- References: <bug-28051-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from reichelt at gcc dot gnu dot org 2006-07-13 13:14 -------
The bug is not fixed on the 4.0 branch.
The ICE only happens in a different position:
bug.cc: In instantiation of 'B<0>':
bug.cc:8: instantiated from here
bug.cc:5: error: no type named 'X' in 'struct A<0>'
bug.cc:4: internal compiler error: in lookup_member, at cp/search.c:1204
Please submit a full bug report, [etc.]
Since the testcase was already added to the testsuite we now have a new FAIL:
FAIL: g++.dg/template/using10.C (test for excess errors)
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Summary|[4.0/4.1 regression] ICE on |[4.0 regression] ICE on
|invalid conversion operator |invalid conversion operator
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28051