OSDN Git Service

2009-01-06 Dominique Dhumieres <dominiq@lps.ens.fr>
authormikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2009 16:42:16 +0000 (16:42 +0000)
committermikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2009 16:42:16 +0000 (16:42 +0000)
* gfortran.dg/implicit_12.f90: Add space around dg directive.
* gfortran.dg/typebound_call_8.f03: Same.
* gfortran.dg/elemental_bind_c.f90: Same.
* gfortran.dg/typebound_call_7.f03: Same.
* gfortran.dg/interface_proc_end.f90: Same
* gfortran.dg/pr37243.f: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143124 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/elemental_bind_c.f90
gcc/testsuite/gfortran.dg/implicit_12.f90
gcc/testsuite/gfortran.dg/interface_proc_end.f90
gcc/testsuite/gfortran.dg/pr37243.f
gcc/testsuite/gfortran.dg/typebound_call_7.f03
gcc/testsuite/gfortran.dg/typebound_call_8.f03

index cdd20c6..c1ec07e 100644 (file)
@@ -1,3 +1,12 @@
+2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
+
+       * gfortran.dg/implicit_12.f90: Add space around dg directive.
+       * gfortran.dg/typebound_call_8.f03: Same.
+       * gfortran.dg/elemental_bind_c.f90: Same.
+       * gfortran.dg/typebound_call_7.f03: Same.
+       * gfortran.dg/interface_proc_end.f90: Same
+       * gfortran.dg/pr37243.f: Fix typo.
+
 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
 
        * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
index 4e9c256..3b47352 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 !
 ! PR fortran/37400
 !
index c6ea2b9..ab95b79 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 !
 ! PR fortran/34763
 ! Before, gfortran did not allow for the "END" in
index ba65212..7322323 100644 (file)
@@ -35,7 +35,7 @@
       IF (J .GT. N) GO TO 320
       DO 240 K = 1,N
   240 V(K,I) = ZERO
-      CALL DAXPY(N,DUM,V(1,II),1,V(1,I),1)
+      CALL DAXPY(N,DUM,V(1,I),1,V(1,I),1)
   260 CONTINUE
       DUMI = ZERO
       DO 280 K = 1,N
index c429dc7..03a1a51 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 
 ! PR fortran/37429
 ! Checks for assignments from type-bound functions.
index c8bf8d8..3f65846 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 
 ! PR fortran/37429
 ! This used to ICE, check that is fixed.