https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116154
Bug ID: 116154 Summary: gcc.dg/torture/pr67947.c fails on pru-unknown-elf Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org Target Milestone: --- I don't plan on looking at this, sorry, as I hadn't even heard of pru until now. https://inbox.sourceware.org/gcc-testresults/20240731005950.jttab%25gnupru.build...@gmail.com/T/#u shows that one of the tests I fixed (gcc.dg/torture/pr67947.c) to be tested is failing. ``` WARNING: gcc.dg/torture/pr112305.c -O0 execution test program timed out. FAIL: gcc.dg/torture/pr112305.c -O0 execution test WARNING: gcc.dg/torture/pr67947.c -O0 execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O0 execution test WARNING: gcc.dg/torture/pr67947.c -O1 execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O1 execution test WARNING: gcc.dg/torture/pr67947.c -O2 execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O2 execution test WARNING: gcc.dg/torture/pr67947.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test WARNING: gcc.dg/torture/pr67947.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test WARNING: gcc.dg/torture/pr67947.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test WARNING: gcc.dg/torture/pr67947.c -O3 -g execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -O3 -g execution test WARNING: gcc.dg/torture/pr67947.c -Os execution test program timed out. FAIL: gcc.dg/torture/pr67947.c -Os execution test ``` It looks like pru has no maintainer in GCC so really just filing this for completeness. I'm pretty sure it's not a testism but someone who cares about pru needs to look at it.