Commit 056e1c5e by David Billinghurst

re PR fortran/13490 (Compiler rejects valid constant -2147483648 for 32-bit int)

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.

From-SVN: r89806
parent e95dc99b
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 PR c++/14124
* g++.dg/ext/packed7.C: New test. * g++.dg/ext/packed7.C: New test.
......
...@@ -4,7 +4,7 @@ C larson@w6yx.stanford.edu ...@@ -4,7 +4,7 @@ C larson@w6yx.stanford.edu
C C
integer a, b, 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 a = 1
b = 0 b = 0
......
...@@ -90,7 +90,7 @@ Directory g77.f-torture/compile ...@@ -90,7 +90,7 @@ Directory g77.f-torture/compile
20010519-1.f Y Add dg-warnings for ASSIGN 20010519-1.f Y Add dg-warnings for ASSIGN
20020307-1.f Y 20020307-1.f Y
20030115-1.f Y Add dg-warnings for ASSIGN 20030115-1.f Y Add dg-warnings for ASSIGN
20030326-1.f Y XFAIL PR 16512 20030326-1.f Y
8485.f Y 8485.f Y
960317-1.f Y 960317-1.f Y
970125-0.f Y Add dg-excess-errors. Investigate.later. 970125-0.f Y Add dg-excess-errors. Investigate.later.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment