public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [r12-3321 Regression] FAIL: gfortran.dg/PR100914.f90 -Os (test for excess errors) on Linux/x86_64
@ 2021-09-03  4:18 sunil.k.pandey
  2021-09-03  5:37 ` Sandra Loosemore
  0 siblings, 1 reply; 4+ messages in thread
From: sunil.k.pandey @ 2021-09-03  4:18 UTC (permalink / raw)
  To: gcc-patches, gcc-regression, sandra

On Linux/x86_64,

93b6b2f614eb692d1d8126ec6cb946984a9d01d7 is the first bad commit
commit 93b6b2f614eb692d1d8126ec6cb946984a9d01d7
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Wed Aug 18 07:22:03 2021 -0700

    libgfortran: Further fixes for GFC/CFI descriptor conversions.

caused

FAIL: gfortran.dg/PR100914.f90   -O0  (test for excess errors)
FAIL: gfortran.dg/PR100914.f90   -O1  (test for excess errors)
FAIL: gfortran.dg/PR100914.f90   -O2  (test for excess errors)
FAIL: gfortran.dg/PR100914.f90   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
FAIL: gfortran.dg/PR100914.f90   -O3 -g  (test for excess errors)
FAIL: gfortran.dg/PR100914.f90   -Os  (test for excess errors)

with GCC configured with



To reproduce:

$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/PR100914.f90 --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/PR100914.f90 --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/PR100914.f90 --target_board='unix{-m64}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/PR100914.f90 --target_board='unix{-m64\ -march=cascadelake}'"

(Please do not reply to this email, for question about this report, contact me at skpgkp2 at gmail dot com)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [r12-3321 Regression] FAIL: gfortran.dg/PR100914.f90 -Os (test for excess errors) on Linux/x86_64
  2021-09-03  4:18 [r12-3321 Regression] FAIL: gfortran.dg/PR100914.f90 -Os (test for excess errors) on Linux/x86_64 sunil.k.pandey
@ 2021-09-03  5:37 ` Sandra Loosemore
  2021-09-03 17:24   ` Sandra Loosemore
  0 siblings, 1 reply; 4+ messages in thread
From: Sandra Loosemore @ 2021-09-03  5:37 UTC (permalink / raw)
  To: skpgkp2, gcc-patches, gcc-regression, fortran

On 9/2/21 10:18 PM, sunil.k.pandey wrote:
> On Linux/x86_64,
> 
> 93b6b2f614eb692d1d8126ec6cb946984a9d01d7 is the first bad commit
> commit 93b6b2f614eb692d1d8126ec6cb946984a9d01d7
> Author: Sandra Loosemore <sandra@codesourcery.com>
> Date:   Wed Aug 18 07:22:03 2021 -0700
> 
>      libgfortran: Further fixes for GFC/CFI descriptor conversions.
> 
> caused
> 
> FAIL: gfortran.dg/PR100914.f90   -O0  (test for excess errors)
> FAIL: gfortran.dg/PR100914.f90   -O1  (test for excess errors)
> FAIL: gfortran.dg/PR100914.f90   -O2  (test for excess errors)
> FAIL: gfortran.dg/PR100914.f90   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
> FAIL: gfortran.dg/PR100914.f90   -O3 -g  (test for excess errors)
> FAIL: gfortran.dg/PR100914.f90   -Os  (test for excess errors)

I did not see this failure in my own testing, but I also had this patch 
for another known bug in my stack:

https://gcc.gnu.org/pipermail/fortran/2021-August/056382.html

I just pinged that earlier this evening as it has not been reviewed yet. 
  I'll rebuild/retest without that patch and confirm that's what the 
problem is.

-Sandra

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [r12-3321 Regression] FAIL: gfortran.dg/PR100914.f90 -Os (test for excess errors) on Linux/x86_64
  2021-09-03  5:37 ` Sandra Loosemore
@ 2021-09-03 17:24   ` Sandra Loosemore
  2021-09-03 19:05     ` H.J. Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Sandra Loosemore @ 2021-09-03 17:24 UTC (permalink / raw)
  To: skpgkp2, gcc-patches, gcc-regression, fortran

On 9/2/21 11:37 PM, Sandra Loosemore wrote:
> On 9/2/21 10:18 PM, sunil.k.pandey wrote:
>> On Linux/x86_64,
>>
>> 93b6b2f614eb692d1d8126ec6cb946984a9d01d7 is the first bad commit
>> commit 93b6b2f614eb692d1d8126ec6cb946984a9d01d7
>> Author: Sandra Loosemore <sandra@codesourcery.com>
>> Date:   Wed Aug 18 07:22:03 2021 -0700
>>
>>      libgfortran: Further fixes for GFC/CFI descriptor conversions.
>>
>> caused
>>
>> FAIL: gfortran.dg/PR100914.f90   -O0  (test for excess errors)
>> FAIL: gfortran.dg/PR100914.f90   -O1  (test for excess errors)
>> FAIL: gfortran.dg/PR100914.f90   -O2  (test for excess errors)
>> FAIL: gfortran.dg/PR100914.f90   -O3 -fomit-frame-pointer 
>> -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for 
>> excess errors)
>> FAIL: gfortran.dg/PR100914.f90   -O3 -g  (test for excess errors)
>> FAIL: gfortran.dg/PR100914.f90   -Os  (test for excess errors)
> 
> I did not see this failure in my own testing, but I also had this patch 
> for another known bug in my stack:
> 
> https://gcc.gnu.org/pipermail/fortran/2021-August/056382.html
> 
> I just pinged that earlier this evening as it has not been reviewed yet. 
>   I'll rebuild/retest without that patch and confirm that's what the 
> problem is.

I'm still not seeing these FAILs in my test results.  Can you provide 
any details about the "excess errors" it is producing?  E.g. is it the 
same missing libquadmath.h error reported here?

https://gcc.gnu.org/pipermail/fortran/2021-September/056467.html

-Sandra

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [r12-3321 Regression] FAIL: gfortran.dg/PR100914.f90 -Os (test for excess errors) on Linux/x86_64
  2021-09-03 17:24   ` Sandra Loosemore
@ 2021-09-03 19:05     ` H.J. Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H.J. Lu @ 2021-09-03 19:05 UTC (permalink / raw)
  To: Sandra Loosemore; +Cc: Sunil K Pandey, GCC Patches, gcc-regression, fortran

On Fri, Sep 3, 2021 at 10:25 AM Sandra Loosemore
<sandra@codesourcery.com> wrote:
>
> On 9/2/21 11:37 PM, Sandra Loosemore wrote:
> > On 9/2/21 10:18 PM, sunil.k.pandey wrote:
> >> On Linux/x86_64,
> >>
> >> 93b6b2f614eb692d1d8126ec6cb946984a9d01d7 is the first bad commit
> >> commit 93b6b2f614eb692d1d8126ec6cb946984a9d01d7
> >> Author: Sandra Loosemore <sandra@codesourcery.com>
> >> Date:   Wed Aug 18 07:22:03 2021 -0700
> >>
> >>      libgfortran: Further fixes for GFC/CFI descriptor conversions.
> >>
> >> caused
> >>
> >> FAIL: gfortran.dg/PR100914.f90   -O0  (test for excess errors)
> >> FAIL: gfortran.dg/PR100914.f90   -O1  (test for excess errors)
> >> FAIL: gfortran.dg/PR100914.f90   -O2  (test for excess errors)
> >> FAIL: gfortran.dg/PR100914.f90   -O3 -fomit-frame-pointer
> >> -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for
> >> excess errors)
> >> FAIL: gfortran.dg/PR100914.f90   -O3 -g  (test for excess errors)
> >> FAIL: gfortran.dg/PR100914.f90   -Os  (test for excess errors)
> >
> > I did not see this failure in my own testing, but I also had this patch
> > for another known bug in my stack:
> >
> > https://gcc.gnu.org/pipermail/fortran/2021-August/056382.html
> >
> > I just pinged that earlier this evening as it has not been reviewed yet.
> >   I'll rebuild/retest without that patch and confirm that's what the
> > problem is.
>
> I'm still not seeing these FAILs in my test results.  Can you provide
> any details about the "excess errors" it is producing?  E.g. is it the
> same missing libquadmath.h error reported here?
>
> https://gcc.gnu.org/pipermail/fortran/2021-September/056467.html
>
> -Sandra

/export/gnu/import/git/gcc-test-master-intel64/bld/gcc/testsuite/gfortran2/../../gfortran
-B/export/gnu/import/git/gcc-test-master-intel64/bld/gcc/testsuite/gfortran2/../../
-B/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libgfortran/
/export/gnu/import/git/gcc-test-master-intel64/src-master/gcc/testsuite/gfortran.dg/PR100914.f90
-fdiagnostics-plain-output -fdiagnostics-plain-output -O0
-pedantic-errors
/export/gnu/import/git/gcc-test-master-intel64/src-master/gcc/testsuite/gfortran.dg/PR100914.c
-dumpbase  -B/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libgfortran/.libs
-L/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libgfortran/.libs
-L/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libgfortran/.libs
-L/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libatomic/.libs
-B/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libquadmath/.libs
-L/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libquadmath/.libs
-L/export/gnu/import/git/gcc-test-master-intel64/bld/x86_64-pc-linux-gnu/./libquadmath/.libs
-lm -o ./PR100914.exe
/export/gnu/import/git/gcc-test-master-intel64/src-master/gcc/testsuite/gfortran.dg/PR100914.c:8:10:
fatal error: quadmath.h: No such file or directory
compilation terminated.
compiler exited with status 1
FAIL: gfortran.dg/PR100914.f90   -O0  (test for excess errors)
Excess errors:
/export/gnu/import/git/gcc-test-master-intel64/src-master/gcc/testsuite/gfortran.dg/PR100914.c:8:10:
fatal error: quadmath.h: No such file or directory
compilation terminated.

I think some -B/-I is missing.

-- 
H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-03 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03  4:18 [r12-3321 Regression] FAIL: gfortran.dg/PR100914.f90 -Os (test for excess errors) on Linux/x86_64 sunil.k.pandey
2021-09-03  5:37 ` Sandra Loosemore
2021-09-03 17:24   ` Sandra Loosemore
2021-09-03 19:05     ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).