]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
data_char_1.f90: Fix typo, add dg-do directive.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 20 Jan 2005 22:48:56 +0000 (23:48 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 20 Jan 2005 22:48:56 +0000 (23:48 +0100)
* gfortran.dg/data_char_1.f90: Fix typo, add dg-do directive.
* gfortran.dg/direct_io_1.f90: Add dg-do directive.
* gfortran.dg/entry_1.f90: Fix typo, add dg-do directive.
* gfortran.dg/getenv_1.f90: Add dg-do directive.
* gfortran.dg/pr16597.f90, gfortran.dg/pr17143.f90,
gfortran.dg/pr17164.f90: Add missing dg-do directives.

From-SVN: r93994

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/data_char_1.f90
gcc/testsuite/gfortran.dg/direct_io_1.f90
gcc/testsuite/gfortran.dg/entry_1.f90
gcc/testsuite/gfortran.dg/getenv_1.f90
gcc/testsuite/gfortran.dg/pr16597.f90
gcc/testsuite/gfortran.dg/pr17143.f90
gcc/testsuite/gfortran.dg/pr17164.f90

index a4947d634945067d10c6bb04deed65d5e8851f03..dde2d0524ddc6b81aef1ff8afc6f601ff6b5d579 100644 (file)
@@ -1,3 +1,12 @@
+2005-01-20  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/data_char_1.f90: Fix typo, add dg-do directive.
+       * gfortran.dg/direct_io_1.f90: Add dg-do directive.
+       * gfortran.dg/entry_1.f90: Fix typo, add dg-do directive.
+       * gfortran.dg/getenv_1.f90: Add dg-do directive.
+       * gfortran.dg/pr16597.f90, gfortran.dg/pr17143.f90,
+       gfortran.dg/pr17164.f90: Add missing dg-do directives.
+
 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
 
        PR tree-optimization/15349
index a2acf1ed16574a8335211efdda6dfb15c00720bf..cce31af6c4ac3a9fa63f633468aaea547a030be7 100644 (file)
@@ -1,3 +1,4 @@
+! { dg-do run }
 ! Test character variables in data statements
 ! Also substrings of cahracter variables.
 ! PR14976 PR16228 
@@ -8,5 +9,5 @@ program data_char_1
   data b(:)(1:4), b(1)(5:5), b(2)(5:5) /'abcdefg', 'hi', 'j', 'k'/
   
   if ((a(1) .ne. 'Hello') .or. (a(2) .ne. 'orld ')) call abort
-  if ((b(1) .ne. 'adcdl') .or. (b(2) .ne. 'hi  l')) call abort
+  if ((b(1) .ne. 'abcdj') .or. (b(2) .ne. 'hi  k')) call abort
 end program
index db79c6e959871aeb054fb2f5c41550c35103735c..92eff2942b426721ee76d346405855061d900952 100644 (file)
@@ -1,3 +1,4 @@
+! { dg-do run }
 ! PR 16908
 ! Segfaulted on second set of writes.  We weren't handling partial records
 ! properly when calculating the file position.
index 0e7f296ce1b085c698073d0326b08bdd77121aae..dae868ec85115aab11c666f043d90d9e4f7fc811 100644 (file)
@@ -1,3 +1,4 @@
+! { dg-do run }
 ! Test alternate entry points in a module procedure
 ! Also check that references to sibling entry points are resolved correctly.
 module m
@@ -11,7 +12,7 @@ end subroutine
 
 subroutine test1
   implicit none
-  call indidecta (foo)
+  call indirecta (foo)
   call indirectb (bar)
 end subroutine
 
index 8a96bd7f6eb4d1dbf95bf21266a7f1b06e0815c6..fb0a809e64341671844acb3382722924fed31044 100644 (file)
@@ -1,4 +1,4 @@
-! { dg do-run }
+! { dg-do run }
 ! Test the getenv and get_environment_variable intrinsics.
 ! Ignore the return value because it's not supported/meaningful on all targets
 program getenv_1
index ff1dcb838ae25070211497cc2ea0af7c2b92c455..071bf86d61397e5749d1d5168ebdce7c43dece04 100644 (file)
@@ -1,3 +1,4 @@
+! { dg-do run }
 ! pr 16597
 ! libgfortran
 ! reading a direct access record after it was written did
index 4be4e2b92b9f747f7a5aeda1c63bec4b178e71af..0ebcbdacc37f1c02fa3bdbf44844089235a9996a 100644 (file)
@@ -1,3 +1,4 @@
+! { dg-do run }
 ! pr17143
 ! does not print 2*63 correctly
        character*25 l
index 0cfd9941774c904728f4d18e7c107f15475c0bb8..a0dfff9aa007d0b740a656800a4733108b039dd4 100644 (file)
@@ -1,3 +1,4 @@
+! { dg-do run }
 ! pr17164
 ! index aborts when substring is longer than string
       implicit none