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
+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,
-! { 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)
-! { dg-do compile}
+! { dg-do compile }
program a
real x
x = tiny(x) / huge(x) ! { dg-warning "Arithmetic underflow" "" }