This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/22217] New: Z edit descriptor with negative numbers
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2005 13:45:17 -0000
- Subject: [Bug libfortran/22217] New: Z edit descriptor with negative numbers
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ cat foo3.f90
program main
i = -1
print '(Z8)',i
end program main
$ gfortran foo3.f90
$ ./a.out
********
$ gfortran -v
Using built-in specs.
Target: ia64-unknown-linux-gnu
Configured with: ../gcc-4.1-20050625/configure --prefix=/home/zfkts --enable-
languages=c,f95
Thread model: posix
gcc version 4.1.0 20050625 (experimental)
The output should be
FFFFFFFF
--
Summary: Z edit descriptor with negative numbers
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22217