This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [gfortran] Patch ping (**4)


Steven Bosscher wrote:
> On Monday 09 May 2005 17:55, Tobias Schlüter wrote:
> 
>>2005-04-11
>>[gfortran] Fix RETURN matcher was: Re: bug fc110
>>http://gcc.gnu.org/ml/fortran/2005-04/msg00313.html
> 
> 
> This is also OK.
> 	* gfortran.dg/return_1.f90: Fix dg annotation.

I had committed a wrong testcase to the mainline.  I will commit the patch
plus the corrected testcase to the branch once testing finishes.

- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.5460
diff -u -p -r1.5460 ChangeLog
--- ChangeLog   10 May 2005 22:06:45 -0000      1.5460
+++ ChangeLog   10 May 2005 22:31:19 -0000
@@ -4,6 +4,8 @@
        * gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
        gfortran.dg/f2c_3.f90: New tests.

+       * gfortran.dg/return_1.f90: Fix dg annotation.
+
 2005-05-10  Diego Novillo  <dnovillo@redhat.com>

        * gcc.c-torture/compile/20050510-1.c: New test.
Index: gfortran.dg/return_1.f90
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gfortran.dg/return_1.f90,v
retrieving revision 1.1
diff -u -p -r1.1 return_1.f90
--- gfortran.dg/return_1.f90    9 May 2005 18:26:20 -0000       1.1
+++ gfortran.dg/return_1.f90    10 May 2005 22:31:22 -0000
@@ -2,5 +2,5 @@
 ! Test cases where no blank is required after RETURN
 subroutine sub(*)
 return(1)
-return1 ! { dg-error }
+return1 ! { dg-error "" }
 end subroutine


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