[Bug c++/35056] [4.3 Regression] ICE in copy_to_mode_reg, at explow.c:621
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 4 20:44:00 GMT 2008
------- Comment #15 from jakub at gcc dot gnu dot org 2008-02-04 20:43 -------
Either build_identity_conv (tfrom, expr) is wrong if tfrom != from
(the comment about build_identity_conv function suggest that I think), or
convert_like_real needs to fold_convert in the ck_identity case.
If the former, which conversion type needs to be used instead and won't it
affect
overload resolution?
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aoliva at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35056
More information about the Gcc-bugs
mailing list