PING: [patch, fortran] PR 27997: Implement F2003-style array constructor with typespec
NightStrike
nightstrike@gmail.com
Sat May 3 21:56:00 GMT 2008
On 5/3/08, Daniel Kraft <d@domob.eu> wrote:
> Ok with this? (BTW, this test-case mentioned is for PR31219)
> 2008-04-07 Daniel Kraft <d@domob.eu>
>
> PR fortran/27997
> * gfortran.dg/array_constructor_type_1.f03: New test
> * gfortran.dg/array_constructor_type_2.f03: New test
> * gfortran.dg/array_constructor_type_3.f03: New test
> * gfortran.dg/array_constructor_type_4.f03: New test
> * gfortran.dg/array_constructor_type_5.f03: New test
> * gfortran.dg/array_constructor_type_6.f03: New test
> * gfortran.dg/array_constructor_type_7.f03: New test
> * gfortran.dg/array_constructor_type_8.f03: New test
> * gfortran.dg/array_constructor_type_9.f: New test
> * gfortran.dg/array_constructor_type_10.f03: New test
> * gfortran.dg/array_constructor_type_11.f03: New test
> * gfortran.dg/array_constructor_type_12.f03: New test
> * gfortran.dg/array_constructor_type_13.f90: New test
> * gfortran.dg/array_constructor_type_14.f03: New test
> * gfortran.dg/array_constructor_type_15.f03: New test
> * gfortran.dg/array_constructor_type_16.f03: New test
> * gfortran.dg/array_constructor_type_17.f03: New test
> * gfortran.dg/array_constructor_type_18.f03: New test
Some of these fail on x86_64-pc-mingw32:
FAIL: gfortran.dg/array_constructor_type_16.f03 -O3
-fomit-frame-pointer -funroll-loops execution test
FAIL: gfortran.dg/array_constructor_type_2.f03 -O0 (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -O1 (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -O2 (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -O3
-fomit-frame-pointer (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -O3
-fomit-frame-pointer -funroll-loops (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -O3
-fomit-frame-pointer -funroll-all-loops -finline-functions (test for
excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -O3 -g (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_2.f03 -Os (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O0 (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O1 (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O2 (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O3
-fomit-frame-pointer (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O3
-fomit-frame-pointer -funroll-loops (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O3
-fomit-frame-pointer -funroll-all-loops -finline-functions (test for
excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -O3 -g (test for excess errors)
FAIL: gfortran.dg/array_constructor_type_5.f03 -Os (test for excess errors)
More information about the Fortran
mailing list