https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91283
Bug ID: 91283 Summary: [10 regression] gcc.dg/torture/c99-contract-1.c FAILs Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org Target Milestone: --- Target: i386-pc-solaris2.11, i686-pc-linux-gnu, mips64el-unknown-linux-gnu Between 20190726 (r273825) and 20190728 (r273850), gcc.dg/torture/c99-contract-1.c started to FAIL on 32-bit x86 and mips: +FAIL: gcc.dg/torture/c99-contract-1.c -O2 -flto execution test +FAIL: gcc.dg/torture/c99-contract-1.c -O2 -flto -flto-partition=none execution test Thread 2 received signal SIGABRT, Aborted. [Switching to Thread 1 (LWP 1)] 0xfdbef7d5 in __lwp_sigqueue () from /lib/libc.so.1 (gdb) where #0 0xfdbef7d5 in __lwp_sigqueue () from /lib/libc.so.1 #1 0xfdbe80af in thr_kill () from /lib/libc.so.1 #2 0xfdb2986a in raise () from /lib/libc.so.1 #3 0xfdafb84e in abort () from /lib/libc.so.1 #4 0x08050c74 in main () at /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/torture/c99-contract-1.c:21 This is most likely another fallout from 2019-07-26 Tamar Christina <tamar.christ...@arm.com> * convert.c (convert_to_real_1): Move part of conversion code... * match.pd: ...To here.