https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106312
Bug ID: 106312 Summary: jit tests fail on powerpc64le Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: redi at gcc dot gnu.org Target Milestone: --- Target: powerpc64le-unknown-linux-gnu When built with --disable-multilib --enable-languages=c,c++,jit --enable-host-shared make check-gcc gives more than 100 failures like this: FAIL: tut01-hello-world.c.exe killed: 128208 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: tut01-hello-world.cc.exe killed: 130474 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: tut02-square.c.exe killed: 130611 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: tut02-square.cc.exe killed: 131024 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: tut03-sum-of-squares.c.exe killed: 131625 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: tut03-sum-of-squares.cc.exe killed: 132893 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: toyvm.c.exe killed: 133014 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: toyvm.cc.exe killed: 133290 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: tut05-bf.c.exe killed: 133398 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: emit-alphabet.bf.exe does not have executable bit set ERROR: ./emit-alphabet.bf.exe does not exist in unix_load. UNRESOLVED: emit-alphabet.bf.exe execution test FAIL: test-accessing-bitfield.c.exe killed: 133501 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: test-error-pr63969-missing-driver.c.exe killed: 134470 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: test-error-register-variable-bad-name.c.exe killed: 134698 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} FAIL: test-error-register-variable-size-mismatch.c.exe killed: 134973 exp8 0 0 CHILDKILLED SIGSEGV {segmentation violation} These failures don't occur for the same configuration on x86_64-pc-linux-gnu.