https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87296

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Regressed with r254630.  If you are relying on what pointer types in GIMPLE IL
point to, don't, as pointer conversions in GIMPLE are useless.  Exception can
be perhaps if it is a type on a PARM_DECL and the default def SSA_NAME of that
PARM_DECL is passed to a string function, in that case you can trust that.

Reply via email to