Hi: > > I have noticed many regressions on arm and aarch64 between 265366 and > 265408 (this commit is 265398). >
There are many regressions on mips64el between 265378 and 265420. r265378 testresults: https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg02935.html r265420 testresults: https://gcc.gnu.org/ml/gcc-testresults/2018-10/msg03065.html I bisected at least one to this commit on mips64el: FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O1 (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -O3 -g (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -Og -g (internal compiler error) FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation, -Os (internal compiler error) I filed a bug at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87720. Paul Hua > I bisected at least one to this commit on aarch64: > FAIL: gcc.dg/ira-shrinkwrap-prep-1.c scan-rtl-dump ira "Split > live-range of register" > The same test also regresses on arm. > > For a whole picture of all the regressions I noticed during these two > commits, have a look at: > http://people.linaro.org/~christophe.lyon/cross-validation/gcc/trunk/265408/report-build-info.html > > Christophe >