https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117584
--- Comment #4 from Manjunath S Matti <mmatti at linux dot vnet.ibm.com> --- I have run into this problem. Executing on host: /home/workspace/gcc_workspace/gcc_patch_review/build_rc/gcc/xgcc -B/home/workspace/gcc_workspace/gcc_patch_review/build_rc/gcc/ /home/workspace/gcc_workspace/gcc_patch_review/gcc/gcc/testsuite/gcc.dg/dfp/bitint-1.c -fdiagnostics-plain-output -O2 -std=c23 -pedantic-errors -lm -o ./bitint-1.exe (timeout = 300) spawn -ignore SIGHUP /home/workspace/gcc_workspace/gcc_patch_review/build_rc/gcc/xgcc -B/home/workspace/gcc_workspace/gcc_patch_review/build_rc/gcc/ /home/workspace/gcc_workspace/gcc_patch_review/gcc/gcc/testsuite/gcc.dg/dfp/bitint-1.c -fdiagnostics-plain-output -O2 -std=c23 -pedantic-errors -lm -o ./bitint-1.exe^M /usr/bin/ld: /tmp/ccTS6qxD.o: in function `tests192':^M bitint-1.c:(.text+0x20): undefined reference to `__dpd_fixddbitint'^M /usr/bin/ld: /tmp/ccTS6qxD.o: in function `testu192':^M bitint-1.c:(.text+0x70): undefined reference to `__dpd_fixddbitint'^M /usr/bin/ld: /tmp/ccTS6qxD.o: in function `tests575':^M bitint-1.c:(.text+0xc0): undefined reference to `__dpd_fixddbitint'^M /usr/bin/ld: /tmp/ccTS6qxD.o: in function `testu575':^M bitint-1.c:(.text+0x110): undefined reference to `__dpd_fixddbitint'^M collect2: error: ld returned 1 exit status^M compiler exited with status 1 FAIL: gcc.dg/dfp/bitint-1.c (test for excess errors) Excess errors: bitint-1.c:(.text+0x20): undefined reference to `__dpd_fixddbitint' bitint-1.c:(.text+0x70): undefined reference to `__dpd_fixddbitint' bitint-1.c:(.text+0xc0): undefined reference to `__dpd_fixddbitint' bitint-1.c:(.text+0x110): undefined reference to `__dpd_fixddbitint' UNRESOLVED: gcc.dg/dfp/bitint-1.c compilation failed to produce executable
