https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122111
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pan2.li at intel dot com
Keywords|needs-bisection |
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is a missing check in build_and_insert_cast for INTEGRAL_TYPE_P. In that
it allows for pointer/reference types but the only valid conversion to/from
pointer/reference type is that of the same precision.