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/81207] [7/8 Regression] tree check fail in simplify_builtin_call


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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Apparently in the IR we have
# VUSE <.MEM>
_13 = __builtin_strchr (_12, 39);

(gdb) p vuse
$1 = <var_decl 0x7ffff0061090 .MEM>

and SSA_NAME_DEF_STMT crashes on that.

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