This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: fortran/10188: gcc test.c or g77 test.f -malign-double
- From: toon at gcc dot gnu dot org
- To: bording at bnl dot gov, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, toon at gcc dot gnu dot org
- Date: 22 Mar 2003 13:40:49 -0000
- Subject: Re: fortran/10188: gcc test.c or g77 test.f -malign-double
- Reply-to: toon at gcc dot gnu dot org, bording at bnl dot gov, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, toon at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: gcc test.c or g77 test.f -malign-double
Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-By: toon
Responsible-Changed-When: Sat Mar 22 13:40:49 2003
Responsible-Changed-Why:
Fortran Maintainer.
State-Changed-From-To: open->closed
State-Changed-By: toon
State-Changed-When: Sat Mar 22 13:40:49 2003
State-Changed-Why:
Not a bug. A floating point constant in Fortran is a
REAL unless indicated otherwise.
If you need a DOUBLE PRECISION rendition of 5/9, you have
to write 0.555555555555555555D0.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10188