This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
auto_in_equiv{2,3} FAILs (was Re: dg-directives: another round)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Tobias Burnus <tobias at codesourcery dot com>, Mark Eggleston <mark dot eggleston at codethink dot co dot uk>, Jeff Law <law at redhat dot com>
- Cc: Manfred Schwarb <manfred99 at gmx dot ch>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 27 Sep 2019 21:54:52 +0200
- Subject: auto_in_equiv{2,3} FAILs (was Re: dg-directives: another round)
- References: <b6e6b9c0-5f41-c0b2-ffeb-a954eba49f3b@gmx.ch> <f1f9b1f9-971a-c465-b8ae-06b9bedeb0ff@codesourcery.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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