On Fri, Sep 27, 2019 at 02:54:35PM +0200, Tobias Burnus wrote: > Committed as Rev. 276179. Thanks for the janitorial fixes! > > Tobias > > On 9/25/19 12:51 AM, Manfred Schwarb wrote: > > Hi, > > > > here is another round of mitigating glitches in dg directives, > > this time I can offer: > > > > ./lto/pr87689_0.f:! { dg-lto-run } > > ./associate_48.f90:! { dg=do run } > > ./auto_in_equiv_1.f90:! { dg-compile } > > ./auto_in_equiv_3.f90:! { dg-run } > > ./auto_in_equiv_2.f90:! { dg-run }
Note the last 2 tests fail on i686-linux as well as x86_64-linux FAIL: gfortran.dg/auto_in_equiv_2.f90 -O0 execution test FAIL: gfortran.dg/auto_in_equiv_3.f90 -O0 execution test FAIL: gfortran.dg/auto_in_equiv_3.f90 -O1 execution test FAIL: gfortran.dg/auto_in_equiv_3.f90 -O2 execution test FAIL: gfortran.dg/auto_in_equiv_3.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/auto_in_equiv_3.f90 -O3 -g execution test FAIL: gfortran.dg/auto_in_equiv_3.f90 -Os execution test Jakub