This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15233] [gfortran] INTEGER(8) erronous compiler error
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2004 21:05:21 -0000
- Subject: [Bug fortran/15233] [gfortran] INTEGER(8) erronous compiler error
- References: <20040430182422.15233.kargl@c-67-168-59-70.client.comcast.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-04-30 21:05 -------
Please close this bug report. I forgot the Fortran parsing rules
while writing test case for the bit manipulations routines. The
numerical constants needs a _8 suffix, ie., i8 = 922337203685_8
for a valid INTEGER(8) constant. Sorry about the noise.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15233