[Bug fortran/36314] gfortran.dg/eoshift_large_1.f90 doesn't work
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 23 15:09:00 GMT 2008
------- Comment #4 from burnus at gcc dot gnu dot org 2008-05-23 15:08 -------
FIXED on the trunk (4.4.0).
* * *
> I got different messages for 64bit and 32bit targets on Linux/Intel64:
> Error: Kind 16 not supported for type INTEGER at (1)
That error should never occur on 32bit as there is in the header:
! { dg-require-effective-target fortran_large_int }
The error on 64bit was due to the TABs which are widely supported, but invalid
according to the Fortran standard. (Thus there is a warning with -pedantic, but
it was only tested without -pedantic. Sorry!)
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36314
More information about the Gcc-bugs
mailing list