reshape_rank7.f90: Fix dejagnu commands.
authorFeng Wang <fengwang@nudt.edu.cn>
Mon, 25 Jul 2005 03:37:30 +0000 (03:37 +0000)
committerFeng Wang <fengwang@gcc.gnu.org>
Mon, 25 Jul 2005 03:37:30 +0000 (03:37 +0000)
2005-07-25  Feng Wang  <fengwang@nudt.edu.cn>

        * gfortran.dg/reshape_rank7.f90: Fix dejagnu commands.
        * gfortran.dg/underflow.f90: Ditto.

From-SVN: r102342

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/reshape_rank7.f90
gcc/testsuite/gfortran.dg/underflow.f90

index 19d3975053054b5544f5663593944d1f569f433a..1990761deacd2638288572c4f655888765b72143 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-25  Feng Wang  <fengwang@nudt.edu.cn>
+
+       * gfortran.dg/reshape_rank7.f90: Fix dejagnu commands.
+       * gfortran.dg/underflow.f90: Ditto.
+
 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-2.C,
index d8f84f7b5e817badebf6cf1842f4a406e7019971..a003de013a8ee454cf3b81252e39ce5d2f0adf2b 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 ! PR 21075:  Reshape with rank 7 used to segfault.
 program main
   integer :: a(256), b(2,2,2,2,2,2,2)
index c6c9c370e76790411700d77e3c36db6327261734..631fd5a43e171d788568f81327ea88d99ef31a81 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 program a
    real x
    x = tiny(x) / huge(x)  ! { dg-warning "Arithmetic underflow" "" }