[Bug c++/28051] [4.0 regression] ICE on invalid conversion operator

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jul 13 13:14:00 GMT 2006



------- 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



More information about the Gcc-bugs mailing list