This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36314] gfortran.dg/eoshift_large_1.f90 doesn't work
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2008 15:09:00 -0000
- Subject: [Bug fortran/36314] gfortran.dg/eoshift_large_1.f90 doesn't work
- References: <bug-36314-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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