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 c++/28051] [4.0 regression] ICE on invalid conversion operator



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


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