Commit 0a4221f6 by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR fortran/32955 (gfortran.dg/value_4.f90 gives a compiling error with -fdefault-integer-8)

	PR fortran/32955
	* gfortran.dg/value_4.f90: Make integer constant of kind=4.

From-SVN: r127186
parent 94f548c2
2007-08-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/32955
* gfortran.dg/value_4.f90: Make integer constant of kind=4.
2007-08-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/31202
* gfortran.dg/nint_2.f90: New test.
......@@ -73,7 +73,7 @@ program value_4
j = 0
k = i
j = i_to_i (i, k)
if (delta ((3 * i), j)) call abort ()
if (delta ((3_4 * i), j)) call abort ()
u = (-1.0, 2.0)
v = (1.0, -2.0)
......
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