This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17143] New: 2**63 prints garbage
- From: "epc8 at juno dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Aug 2004 04:33:50 -0000
- Subject: [Bug fortran/17143] New: 2**63 prints garbage
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
integer*8 i
j=0
i=1
5 print *,j,i
j=j+1
i=i+i
if (i.ne.0) goto 5
end
prints....
62 4611686018427387904
63 -'..--).0-*(+,))+(0(
Using built-in specs.
Configured with: ../gcc-3.5-20040815/configure --with-gmp=/gmp --with-mpfr=/gmp
--prefix=/irun --enable-languages=c,c++,f95
Thread model: single
gcc version 3.5.0 20040815 (experimental)
i686-pc-cygwin
--
Summary: 2**63 prints garbage
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: epc8 at juno dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17143