https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117335
Bug ID: 117335
Summary: new test case gfortran.dg/pr115070.f90 from
r15-4702-ged8ca972f88578 fails
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: seurer at gcc dot gnu.org
Target Milestone: ---
g:ed8ca972f8857869d2bb4a416994bb896eb1c34e, r15-4702-ged8ca972f88578
make -k check-gcc-fortran RUNTESTFLAGS="dg.exp=gfortran.dg/pr115070.f90"
FAIL: gfortran.dg/pr115070.f90 -O (test for excess errors)
# of unexpected failures 1
spawn -ignore SIGHUP
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../
-B/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libgfortran/
exceptions_enabled3490922.cc -fdiagnostics-plain-output
-fdiagnostics-plain-output -Wno-complain-wrong-lang -S -o
exceptions_enabled3490922.s
FAIL: gfortran.dg/pr115070.f90 -O (test for excess errors)
Excess errors:
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/pr115070.f90:15:9:
Fatal Error: Cannot open module file 'ieee_arithmetic.mod' for reading at (1):
No such file or directory
commit ed8ca972f8857869d2bb4a416994bb896eb1c34e (HEAD)
Author: Paul Thomas <[email protected]>
Date: Sun Oct 27 12:40:42 2024 +0000
Fortran: Fix regressions with intent(out) class[PR115070, PR115348].
* gfortran.dg/pr115070.f90: New test.