https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117507
Bug ID: 117507
Summary: SIGSEGV in tree_strip_nop_conversions
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
Created attachment 59566
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59566&action=edit
gzipped C source code
For the attached C code, when run with -O2 -w
on recent versions of gcc trunk, does this in gdb:
Program received signal SIGSEGV, Segmentation fault.
tree_strip_nop_conversions (exp=exp@entry=0x7fffe83d36c0)
at ../../trunk/gcc/tree.cc:12173
12173 while (tree_nop_conversion (exp))
The problem first occurs sometime between g:4473cf8409f4db19
and g:7c8f36b420d4dd70.