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 middle-end/86122] [8/9 Regression] ICE in useless_type_conversion_p, at gimple-expr.c:87


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, other uses of unsigned_type_for in match.pd seems to be guarded with
INTEGRAL_TYPE_P check or are on expressions that can't appear with complex
operands.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]