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/4.1/4.2 regression] ICE on invalid conversion operator



------- Comment #2 from bangerth at dealii dot org  2006-06-16 23:00 -------
Actually, 4.0.x is the only compiler that I can get to ICE:

g/x> /home/bangerth/bin/gcc-4.0.x/bin/c++ -O3 -c x.cc
x.cc: In instantiation of 'B<0>':
x.cc:8:   instantiated from here
x.cc:5: error: no type named 'X' in 'struct A<0>'
x.cc:5: internal compiler error: tree check: expected class 'type', have
'exceptional' (error_mark) in mangle_conv_op_name_for_type, at cp/mangle.c:2778
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


All the other ones issue error messages without an ICE...


-- 

bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-06-16 23:00:37
               date|                            |


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]