https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124123
Bug ID: 124123
Summary: libgomp.c/pr122356.c FAILs
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgomp
Assignee: unassigned at gcc dot gnu.org
Reporter: ro at gcc dot gnu.org
CC: jakub at gcc dot gnu.org, matmal01 at gcc dot gnu.org
Target Milestone: ---
The libgomp.c/pr122356.c test seems to FAIL everywhere (seen on Solaris/SPARC
and x86, Linux/x86_64 and sparc64, Darwin/x86_64):
FAIL: libgomp.c/pr122356.c execution test
Thread 16 received signal SIGABRT, Aborted.
[Switching to Thread 1 (LWP 1)]
0xfe00f6a5 in __lwp_sigqueue () from /lib/libc.so.1
(gdb) bt
#0 0xfe00f6a5 in __lwp_sigqueue () from /lib/libc.so.1
#1 0xfe0073af in thr_kill () from /lib/libc.so.1
#2 0xfdf42c62 in raise () from /lib/libc.so.1
#3 0xfdf0f632 in abort () from /lib/libc.so.1
#4 0x08050ff7 in test._omp_fn.0 ()
at /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.c/pr122356.c:27
#5 0xfe5cfb7f in GOMP_parallel (fn=0x8050f63 <test._omp_fn.0>, data=0x0,
num_threads=8, flags=0)
at
/builds/11.4-SRU/11.4.90.0.1.214.0/components/gcc15/gcc-15.2.0/libgomp/parallel.c:178
#6 0x08050f03 in test ()
at /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.c/pr122356.c:11
#7 0x08051048 in main._omp_fn.0 ()
at /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.c/pr122356.c:39
#8 0xfe5de785 in gomp_target_fallback (
fn=fn@entry=0x805103d <main._omp_fn.0>, hostaddrs=hostaddrs@entry=0x0,
devicep=devicep@entry=0x0, args=<optimized out>)
at
/builds/11.4-SRU/11.4.90.0.1.214.0/components/gcc15/gcc-15.2.0/libgomp/target.c:2888
#9 0xfe5e7864 in GOMP_target_ext (device=<optimized out>, fn=<optimized out>,
mapnum=<optimized out>, hostaddrs=<optimized out>, sizes=<optimized out>,
kinds=<optimized out>, flags=<optimized out>, depend=<optimized out>,
args=<optimized out>)
at
/builds/11.4-SRU/11.4.90.0.1.214.0/components/gcc15/gcc-15.2.0/libgomp/target.c:3312
#10 0x08050f53 in main ()
at /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.c/pr122356.c:38