https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116550

--- Comment #8 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Though it seems there are also new execution FAILs:

$ make -k check-gcc RUNTESTFLAGS="--target_board=atmega128-sim
--tool_opts=-mlra execute.exp=simd-[12].c -all"

Running
/home/john/xgnu/source/gcc-master/gcc/testsuite/gcc.c-torture/execute/execute.exp
...
PASS: gcc.c-torture/execute/simd-1.c   -O0  (test for excess errors)
PASS: gcc.c-torture/execute/simd-1.c   -O0  execution test
PASS: gcc.c-torture/execute/simd-1.c   -O1  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-1.c   -O1  execution test
PASS: gcc.c-torture/execute/simd-1.c   -O2  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-1.c   -O2  execution test
PASS: gcc.c-torture/execute/simd-1.c   -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-1.c   -O3 -g  execution test
PASS: gcc.c-torture/execute/simd-1.c   -Os  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-1.c   -Os  execution test
PASS: gcc.c-torture/execute/simd-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  execution test
PASS: gcc.c-torture/execute/simd-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (test for excess errors)
PASS: gcc.c-torture/execute/simd-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  execution test
PASS: gcc.c-torture/execute/simd-2.c   -O0  (test for excess errors)
PASS: gcc.c-torture/execute/simd-2.c   -O0  execution test
PASS: gcc.c-torture/execute/simd-2.c   -O1  (test for excess errors)
PASS: gcc.c-torture/execute/simd-2.c   -O1  execution test
PASS: gcc.c-torture/execute/simd-2.c   -O2  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-2.c   -O2  execution test
PASS: gcc.c-torture/execute/simd-2.c   -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-2.c   -O3 -g  execution test
PASS: gcc.c-torture/execute/simd-2.c   -Os  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-2.c   -Os  execution test
FAIL: gcc.c-torture/execute/simd-2.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (internal compiler error: in patch_jump_insn, at
cfgrtl.cc:1303)
FAIL: gcc.c-torture/execute/simd-2.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (test for excess errors)
FAIL: gcc.c-torture/execute/simd-2.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  execution test
PASS: gcc.c-torture/execute/simd-2.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (test for excess errors)
PASS: gcc.c-torture/execute/simd-2.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  execution test

Reply via email to