This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[committed] gfortran testsuite fix
- From: "Billinghurst, David \(CALCRTS\)" <david dot billinghurst at comalco dot riotinto dot com dot au>
- To: <gcc-patches at gcc dot gnu dot org>
- Cc: <fortran at gcc dot gnu dot org>
- Date: Fri, 29 Oct 2004 14:43:30 +1000
- Subject: [committed] gfortran testsuite fix
The test was fixed by fortran/13490. Committed as obvious.
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.
Index: gfortran.dg/g77/20030326-1.f
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gfortran.dg/g77/20030326-1.f,v
retrieving revision 1.1
diff -u -r1.1 20030326-1.f
--- gfortran.dg/g77/20030326-1.f 13 Jul 2004 07:08:22 -0000 1.1
+++ gfortran.dg/g77/20030326-1.f 29 Oct 2004 03:32:55 -0000
@@ -4,7 +4,7 @@
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: gfortran.dg/g77/README
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gfortran.dg/g77/README,v
retrieving revision 1.6
diff -u -r1.6 README
--- gfortran.dg/g77/README 1 Sep 2004 06:30:03 -0000 1.6
+++ gfortran.dg/g77/README 29 Oct 2004 03:32:55 -0000
@@ -90,7 +90,7 @@
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.
NOTICE
This e-mail and any attachments are private and confidential and may contain privileged information. If you are not an authorised recipient, the copying or distribution of this e-mail and any attachments is prohibited and you must not read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.