Regressions on master at commit r15-5890 vs commit r15-5877 on Linux/x86_64
Regressions on master at commit r15-5890 vs commit r15-5877 on Linux/x86_64 New failures: New passes: FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Regressions on master at commit r15-5877 vs commit r15-5876 on Linux/x86_64
Regressions on master at commit r15-5877 vs commit r15-5876 on Linux/x86_64 New failures: FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps New passes: FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Regressions on native/releases/gcc-14 at commit r14-11050 vs commit r14-11049 on Linux/x86_64
Regressions on releases/gcc-14 at commit r14-11050 vs commit r14-11049 on Linux/x86_64 New failures: FAIL: c-c++-common/tsan/write_in_reader_lock.c -O0 output pattern test FAIL: g++.dg/tsan/vptr_benign_race.C -O0 execution test FAIL: g++.dg/tsan/vptr_harmful_race.C -O0 output pattern test New passes: FAIL: c-c++-common/tsan/atomic_stack.c -O0 output pattern test FAIL: c-c++-common/tsan/atomic_stack.c -O2 output pattern test FAIL: c-c++-common/tsan/fd_pipe_race.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_barrier2.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_barrier2.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_barrier.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_mutex2.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_mutex.c -O0 output pattern test FAIL: c-c++-common/tsan/thread_leak1.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak2.c -O0 output pattern test FAIL: c-c++-common/tsan/thread_leak2.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak.c -O0 execution test FAIL: c-c++-common/tsan/thread_leak.c -O2 execution test FAIL: c-c++-common/tsan/tiny_race.c -O0 output pattern test FAIL: c-c++-common/tsan/tiny_race.c -O2 output pattern test FAIL: c-c++-common/tsan/tls_race.c -O0 output pattern test FAIL: c-c++-common/tsan/tls_race.c -O2 output pattern test FAIL: c-c++-common/tsan/volatile.c -O0 execution test FAIL: c-c++-common/tsan/volatile.c -O2 execution test FAIL: c-c++-common/tsan/write_in_reader_lock.c -O2 output pattern test FAIL: c-c++-common/tsan/write_in_reader_lock.c -O2 output pattern test FAIL: g++.dg/tsan/atomic_free.C -O0 output pattern test FAIL: g++.dg/tsan/default_options.C -O0 execution test FAIL: g++.dg/tsan/default_options.C -O2 execution test FAIL: g++.dg/tsan/fd_close_norace2.C -O2 execution test FAIL: g++.dg/tsan/fd_close_norace.C -O2 execution test
Regressions on native/master at commit r15-5902 vs commit r15-5896 on Linux/x86_64
Regressions on master at commit r15-5902 vs commit r15-5896 on Linux/x86_64 New failures: FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/class_transformational_2.f90 -Os execution test New passes:
[r15-5897 Regression] FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (test for excess errors) on Linux/x86_64
On Linux/x86_64, 31250baf81446aa4fc1b729e2fc5165a36005ebc is the first bad commit commit 31250baf81446aa4fc1b729e2fc5165a36005ebc Author: Paul Thomas Date: Tue Dec 3 15:56:53 2024 + Fortran: Fix class transformational intrinsic calls [PR102689] caused FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (test for excess errors) with GCC configured with ../../gcc/configure --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r15-5897/usr --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl --enable-libmpx x86_64-linux --disable-bootstrap To reproduce: $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/class_transformational_1.f90 --target_board='unix{-m32}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/class_transformational_1.f90 --target_board='unix{-m32\ -march=cascadelake}'" (Please do not reply to this email, for question about this report, contact me at haochen dot jiang at intel.com.) (If you met problems with cascadelake related, disabling AVX512F in command line might save that.) (However, please make sure that there is no potential problems with AVX512.)
[Linaro-TCWG-CI] gcc-15-5897-g31250baf8144: 4 regressions on arm
Dear contributor, Our automatic CI has detected problems related to your patch(es). Please find some details below. In gcc_check master-arm, after: | commit gcc-15-5897-g31250baf8144 | Author: Paul Thomas | Date: Tue Dec 3 15:56:53 2024 + | | Fortran: Fix class transformational intrinsic calls [PR102689] | | 2024-12-03 Paul Thomas | | gcc/fortran | ... 37 lines of the commit log omitted. Produces 4 regressions: | Running gfortran:gfortran.dg/dg.exp ... | FAIL: gfortran.dg/class_transformational_2.f90 -O1 execution test | FAIL: gfortran.dg/class_transformational_2.f90 -O2 execution test | FAIL: gfortran.dg/class_transformational_2.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test | FAIL: gfortran.dg/class_transformational_2.f90 -O3 -g execution test Used configuration : *CI config* tcwg_gcc_check master-arm *configure and test flags:* --target arm-linux-gnueabihf We track this bug report under https://linaro.atlassian.net/browse/GNU-1446. Please let us know if you have a fix. If you have any questions regarding this report, please ask on linaro-toolch...@lists.linaro.org mailing list. -8<--8<--8<-- The information below contains the details of the failures, and the ways to reproduce a debug environment: You can find the failure logs in *.log.1.xz files in * https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3113/artifact/artifacts/00-sumfiles/ The full lists of regressions and improvements as well as configure and make commands are in * https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3113/artifact/artifacts/notify/ The list of [ignored] baseline and flaky failures are in * https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3113/artifact/artifacts/sumfiles/xfails.xfail Current build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3113/artifact/artifacts Reference build : https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/3111/artifact/artifacts Instruction to reproduce the build : https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/31250baf81446aa4fc1b729e2fc5165a36005ebc/tcwg_gcc_check/master-arm/reproduction_instructions.txt Full commit : https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=31250baf81446aa4fc1b729e2fc5165a36005ebc
Regressions on master at commit r15-5897 vs commit r15-5895 on Linux/x86_64
Regressions on master at commit r15-5897 vs commit r15-5895 on Linux/x86_64 New failures: FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/class_transformational_2.f90 -Os execution test New passes:
Regressions on native/releases/gcc-14 at commit r14-11057 vs commit r14-11056 on Linux/x86_64
Regressions on releases/gcc-14 at commit r14-11057 vs commit r14-11056 on Linux/x86_64 New failures: FAIL: c-c++-common/tsan/atomic_stack.c -O2 output pattern test FAIL: c-c++-common/tsan/fd_pipe_race.c -O2 output pattern test FAIL: c-c++-common/tsan/pr65400-3.c -O0 output pattern test FAIL: c-c++-common/tsan/pr68260.c -O0 execution test FAIL: c-c++-common/tsan/race_on_barrier2.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_barrier2.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_barrier.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_barrier.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_barrier.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_barrier.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_mutex2.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_mutex2.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_mutex2.c -O2 output pattern test FAIL: c-c++-common/tsan/race_on_mutex.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_mutex.c -O2 output pattern test FAIL: c-c++-common/tsan/simple_stack.c -O0 output pattern test New passes: FAIL: c-c++-common/tsan/atomic_stack.c -O0 output pattern test FAIL: c-c++-common/tsan/simple_race.c -O2 output pattern test FAIL: c-c++-common/tsan/simple_stack.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak1.c -O0 output pattern test FAIL: c-c++-common/tsan/thread_leak.c -O0 execution test FAIL: c-c++-common/tsan/tiny_race.c -O0 output pattern test FAIL: c-c++-common/tsan/volatile.c -O0 execution test FAIL: c-c++-common/tsan/volatile.c -O2 execution test
Regressions on native/releases/gcc-14 at commit r14-11056 vs commit r14-11053 on Linux/x86_64
Regressions on releases/gcc-14 at commit r14-11056 vs commit r14-11053 on Linux/x86_64 New failures: FAIL: c-c++-common/tsan/atomic_stack.c -O0 output pattern test FAIL: c-c++-common/tsan/simple_race.c -O2 output pattern test FAIL: c-c++-common/tsan/simple_stack.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak1.c -O0 output pattern test FAIL: c-c++-common/tsan/volatile.c -O0 execution test FAIL: c-c++-common/tsan/volatile.c -O2 execution test FAIL: g++.dg/tsan/pthread_cond_clockwait.C -O0 execution test New passes: FAIL: c-c++-common/tsan/fd_pipe_race.c -O2 output pattern test FAIL: c-c++-common/tsan/free_race.c -O0 output pattern test FAIL: c-c++-common/tsan/free_race.c -O2 output pattern test FAIL: c-c++-common/tsan/mutexset1.c -O0 output pattern test FAIL: c-c++-common/tsan/mutexset1.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak1.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak2.c -O0 output pattern test FAIL: c-c++-common/tsan/thread_leak2.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak.c -O2 execution test FAIL: c-c++-common/tsan/tiny_race.c -O2 output pattern test FAIL: c-c++-common/tsan/tls_race.c -O2 output pattern test FAIL: c-c++-common/tsan/write_in_reader_lock.c -O0 output pattern test FAIL: c-c++-common/tsan/write_in_reader_lock.c -O2 output pattern test FAIL: g++.dg/tsan/vptr_benign_race.C -O0 execution test FAIL: g++.dg/tsan/vptr_harmful_race.C -O2 output pattern test
Regressions on master at commit r15-5900 vs commit r15-5896 on Linux/i686
Regressions on master at commit r15-5900 vs commit r15-5896 on Linux/i686 New failures: FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (internal compiler error: in make_ssa_name_fn, at tree-ssanames.cc:355) FAIL: gfortran.dg/class_transformational_1.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/class_transformational_2.f90 -Os execution test New passes:
Regressions on native/releases/gcc-14 at commit r14-11053 vs commit r14-11050 on Linux/x86_64
Regressions on releases/gcc-14 at commit r14-11053 vs commit r14-11050 on Linux/x86_64 New failures: FAIL: c-c++-common/tsan/bitfield_race.c -O2 output pattern test FAIL: c-c++-common/tsan/fd_pipe_race.c -O0 output pattern test FAIL: c-c++-common/tsan/fd_pipe_race.c -O2 output pattern test FAIL: c-c++-common/tsan/free_race.c -O0 output pattern test FAIL: c-c++-common/tsan/free_race.c -O2 output pattern test FAIL: c-c++-common/tsan/mutexset1.c -O0 output pattern test FAIL: c-c++-common/tsan/mutexset1.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak1.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak2.c -O0 output pattern test FAIL: c-c++-common/tsan/thread_leak2.c -O2 output pattern test FAIL: c-c++-common/tsan/thread_leak.c -O0 execution test FAIL: c-c++-common/tsan/thread_leak.c -O2 execution test FAIL: c-c++-common/tsan/tiny_race.c -O0 output pattern test FAIL: c-c++-common/tsan/tiny_race.c -O2 output pattern test FAIL: c-c++-common/tsan/tls_race.c -O2 output pattern test FAIL: c-c++-common/tsan/write_in_reader_lock.c -O2 output pattern test FAIL: g++.dg/tsan/vptr_harmful_race.C -O2 output pattern test New passes: FAIL: c-c++-common/tsan/race_on_barrier.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_mutex2.c -O0 output pattern test FAIL: c-c++-common/tsan/race_on_mutex.c -O2 output pattern test FAIL: c-c++-common/tsan/simple_race.c -O0 output pattern test FAIL: c-c++-common/tsan/simple_race.c -O2 output pattern test FAIL: g++.dg/tsan/aligned_vs_unaligned_race.C -O0 output pattern test FAIL: g++.dg/tsan/aligned_vs_unaligned_race.C -O2 output pattern test FAIL: g++.dg/tsan/atomic_free2.C -O0 output pattern test FAIL: g++.dg/tsan/atomic_free2.C -O2 output pattern test FAIL: g++.dg/tsan/atomic_free.C -O2 output pattern test FAIL: g++.dg/tsan/benign_race.C -O0 execution test FAIL: g++.dg/tsan/benign_race.C -O2 execution test FAIL: g++.dg/tsan/cond_race.C -O0 output pattern test FAIL: g++.dg/tsan/cond_race.C -O2 output pattern test FAIL: g++.dg/tsan/fd_close_norace2.C -O0 execution test FAIL: g++.dg/tsan/pr64265.C -O0 output pattern test FAIL: g++.dg/tsan/pr64265.C -O2 output pattern test FAIL: g++.dg/tsan/pthread_cond_clockwait.C -O0 execution test FAIL: g++.dg/tsan/vptr_harmful_race.C -O0 output pattern test