OSDN Git Service

2004-10-29 David Billinghurst <David.Billinghurst@riotinto.com>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2004 04:41:49 +0000 (04:41 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 2004 04:41:49 +0000 (04:41 +0000)
PR fortran/13490
* gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
* gfortran.dg/g77/README: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89806 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/g77/20030326-1.f
gcc/testsuite/gfortran.dg/g77/README

index 7667f42..1e061f4 100644 (file)
@@ -1,4 +1,10 @@
-1004-10-28  Matt Austern  <austern@apple.com>
+2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       PR fortran/13490
+       * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
+       * gfortran.dg/g77/README: Update.
+
+2004-10-28  Matt Austern  <austern@apple.com>
 
        PR c++/14124
        * g++.dg/ext/packed7.C: New test.
index 219cffa..2f44a40 100644 (file)
@@ -4,7 +4,7 @@ C      larson@w6yx.stanford.edu
 C
        integer a, b, c
 
-       c = -2147483648 / -1 ! { dg-bogus "Arithmetic overflow" "Arithmetic overflow" { xfail *-*-* } } PR 16512
+       c = -2147483648 / -1 ! { dg-warning "outside symmetric range" "" }
 
        a = 1
        b = 0
index 4e143e4..1a60f47 100755 (executable)
@@ -90,7 +90,7 @@ Directory g77.f-torture/compile
 20010519-1.f                   Y  Add dg-warnings for ASSIGN
 20020307-1.f                   Y
 20030115-1.f                   Y  Add dg-warnings for ASSIGN
-20030326-1.f                   Y  XFAIL PR 16512
+20030326-1.f                   Y
 8485.f                         Y
 960317-1.f                     Y
 970125-0.f                     Y  Add dg-excess-errors. Investigate.later.