mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:30:29 +08:00
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
This commit is contained in:
parent
94f548c244
commit
0a4221f6e4
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user