This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ICE with ANINT (with KIND and an array)


> ... but I don't know what's up with the errors Dominique is seeing.

The testsuite gives:

FAIL: gfortran.dg/PR19754_2.f90  -O0  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O0  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O1  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -O2  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O2  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -g  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -O3 -g  (test for excess errors)
FAIL: gfortran.dg/PR19754_2.f90  -Os  (internal compiler error)
FAIL: gfortran.dg/PR19754_2.f90  -Os  (test for excess errors)
FAIL: gfortran.dg/aint_anint_1.f90  -O  (internal compiler error)
FAIL: gfortran.dg/aint_anint_1.f90  -O  (test for excess errors)
... previous errors
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O0  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O1  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O2  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O3 -fomit-frame-pointer  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -O3 -g  (internal compiler error)
FAIL: gfortran.fortran-torture/execute/intrinsic_aint_anint.f90,  -Os  (internal compiler error)

If you have ideas about what I should look at, you're welcome!

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]