diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/reshape_rank7.f90 | 2 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/underflow.f90 | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 19d3975..1990761 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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, diff --git a/gcc/testsuite/gfortran.dg/reshape_rank7.f90 b/gcc/testsuite/gfortran.dg/reshape_rank7.f90 index d8f84f7..a003de0 100644 --- a/gcc/testsuite/gfortran.dg/reshape_rank7.f90 +++ b/gcc/testsuite/gfortran.dg/reshape_rank7.f90 @@ -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) diff --git a/gcc/testsuite/gfortran.dg/underflow.f90 b/gcc/testsuite/gfortran.dg/underflow.f90 index c6c9c37..631fd5a 100644 --- a/gcc/testsuite/gfortran.dg/underflow.f90 +++ b/gcc/testsuite/gfortran.dg/underflow.f90 @@ -1,4 +1,4 @@ -! { dg-do compile} +! { dg-do compile } program a real x x = tiny(x) / huge(x) ! { dg-warning "Arithmetic underflow" "" } |