[Bug c++/11891] [3.4 regression] ICE convert_like_real

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 12 12:48:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11891


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-12 12:48 -------
In fact the code is invalid as you try to use a cast as an lvalue (which was a GCC extension that 
never worked right so it was going to be removed, see bug 1920).



More information about the Gcc-bugs mailing list