From: Mikael Morin Date: Mon, 1 Dec 2008 19:52:15 +0000 (+0100) Subject: re PR fortran/38252 (Empty function with CONTAINS triggers Internal Error) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=910fa7ebcc4473c357778bb061f6e2500832202f;p=gcc.git re PR fortran/38252 (Empty function with CONTAINS triggers Internal Error) 2008-12-01 Mikael Morin PR fortran/38252 * gfortran.dg/empty_function_1.f90: Fix latest commit. From-SVN: r142331 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b326f1895f1..aafa7c022c5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-12-01 Mikael Morin + + PR fortran/38252 + * gfortran.dg/empty_function_1.f90: Fix latest commit. + 2008-12-01 Mikael Morin PR fortran/38252 diff --git a/gcc/testsuite/gfortran.dg/empty_function_1.f90 b/gcc/testsuite/gfortran.dg/empty_function_1.f90 index a9cc1859e22..1556a509091 100644 --- a/gcc/testsuite/gfortran.dg/empty_function_1.f90 +++ b/gcc/testsuite/gfortran.dg/empty_function_1.f90 @@ -8,23 +8,3 @@ INTEGER FUNCTION test () CONTAINS END FUNCTION test -! { dg-do compile } -! -! PR fortran/38252 -! FUNCTION rejected if both specification and execution part are empty -! -! Contributed by Daniel Kraft - -INTEGER FUNCTION test () -CONTAINS -END FUNCTION test -! { dg-do compile } -! -! PR fortran/38252 -! FUNCTION rejected if both specification and execution part are empty -! -! Contributed by Daniel Kraft - -INTEGER FUNCTION test () -CONTAINS -END FUNCTION test