Between revisions 139588 (working) and 139622 (broken), the test
gfortran.dg/function_kinds_5.f90 started to fail: the expected error is no
longer emitted:
[ibook-dhum] f90/bug% gfc -c
/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/function_kinds_5.f90
[ibook-dhum] f90/bug% gfortran -c
/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/function_kinds_5.f90
/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/function_kinds_5.f90:8.6:
real (bad_kind(0d0)) function foo () ! { dg-error "must be an intrinsic or" }
1
Error: Function 'bad_kind' in initialization expression at (1) must be an
intrinsic or a specification function
where gfortran is 4.3.2.
I have reported it and other regressions which appeared at this time in comment
#9 of pr37243.
--
Summary: [4.4 Regression] FAIL: gfortran.dg/function_kinds_5.f90
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dominiq at lps dot ens dot fr
GCC build triplet: i686-apple-darwin9
GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37319