re PR fortran/38252 (Empty function with CONTAINS triggers Internal Error)
authorMikael Morin <mikael.morin@tele2.fr>
Mon, 1 Dec 2008 19:52:15 +0000 (20:52 +0100)
committerMikael Morin <mikael@gcc.gnu.org>
Mon, 1 Dec 2008 19:52:15 +0000 (19:52 +0000)
2008-12-01  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/38252
* gfortran.dg/empty_function_1.f90: Fix latest commit.

From-SVN: r142331

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/empty_function_1.f90

index b326f18..aafa7c0 100644 (file)
@@ -1,6 +1,11 @@
 2008-12-01  Mikael Morin  <mikael.morin@tele2.fr>
 
        PR fortran/38252
+       * gfortran.dg/empty_function_1.f90: Fix latest commit.
+
+2008-12-01  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/38252
        * gfortran.dg/empty_function_1.f90: New test.
 
 2008-12-01  Uros Bizjak  <ubizjak@gmail.com>
index a9cc185..1556a50 100644 (file)
@@ -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 <d@domob.eu>
-
-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 <d@domob.eu>
-
-INTEGER FUNCTION test ()
-CONTAINS
-END FUNCTION test