On Tue, 23 Oct 2018 at 14:34, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > > On Tue, Oct 23, 2018 at 02:02:35PM +0200, Christophe Lyon wrote: > > I also bisected regressions on arm: > > gcc.c-torture/execute/920428-2.c > > gfortran.dg/actual_array_substr_2.f90 > > both point to this commit too. > > And what are the errors for those? > Both are execution failures.
For the fortran test: *** Error in `./actual_array_substr_2.exe': munmap_chunk(): invalid pointer: 0x00023057 *** For the C test (920428-2.c), the .log file isn't very helpful: qemu: uncaught target signal 11 (Segmentation fault) - core dumped > > Segher