]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
implicit_12.f90: Add space around dg directive.
authorDominique d'Humieres <dominiq@lps.ens.fr>
Tue, 6 Jan 2009 16:42:16 +0000 (16:42 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Tue, 6 Jan 2009 16:42:16 +0000 (16:42 +0000)
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.

From-SVN: r143124

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 cdd20c657bc573dbd134f4ed5c073e239e667e3f..c1ec07e9345ccfa055eb6de301f2e7459d5848fb 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 d61b49778c047e5a4dd22aa0824aec848ed6db29..f966d2b5ff55065c7dcd15b905d325000882a94c 100644 (file)
@@ -1,4 +1,4 @@
-! {dg-do compile }
+! { dg-do compile }
 !
 ! PR fortran/33412
 !
index 4e9c256d286c5642bf30351517208dd439f79808..3b47352d6cdb57709824003b393635f64b317ce7 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 !
 ! PR fortran/37400
 !
index c6ea2b9e032c70d994918d24ad3729647211e70f..ab95b7942682eb3e7ccc8e4120feed39ad1f19d3 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 ba6521225581f70440ac35952706d3ac656bc5e7..7322323d2c5559e4e71ab52974fcb29d6a9823a4 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 c429dc71257f90b388ecf501eedaf23ee3564273..03a1a51ccd4c078c0d89b65544e52dd001368c14 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 
 ! PR fortran/37429
 ! Checks for assignments from type-bound functions.
index c8bf8d83c01dbc5fbc47905d1c52fea955791262..3f65846b3e58ca155dc5cef788ebf98a9c2e1054 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 
 ! PR fortran/37429
 ! This used to ICE, check that is fixed.