https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116061
Bug ID: 116061
Summary: [15 regression] new test case gcc.dg/pr116034.c from
r15-2220-gb9cefd67a2a464 fails execution on BE
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: seurer at gcc dot gnu.org
Target Milestone: ---
g:b9cefd67a2a464a3c9413e6b3f28e7dc7a9ef162, r15-2220-gb9cefd67a2a464
This fails on BE on powerpc64
make -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'
dg.exp=gcc.dg/pr116034.c"
FAIL: gcc.dg/pr116034.c execution test
FAIL: gcc.dg/pr116034.c execution test
Running it in gdb I see:
Program received signal SIGABRT, Aborted.
0x0fd660a0 in ?? () from /lib32/libc.so.6
(gdb) where
#0 0x0fd660a0 in ?? () from /lib32/libc.so.6
#1 0x0fd065f4 in raise () from /lib32/libc.so.6
#2 0x0fceb4a0 in abort () from /lib32/libc.so.6
#3 0x100004b4 in main () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/pr116034.c:21
commit b9cefd67a2a464a3c9413e6b3f28e7dc7a9ef162 (HEAD)
Author: Jakub Jelinek <[email protected]>
Date: Tue Jul 23 10:50:29 2024 +0200
ssa: Fix up maybe_rewrite_mem_ref_base complex type handling [PR116034]
* gcc.dg/pr116034.c: New test.