public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/14038] New: [gfortan] Mangled character in Hollerith
@ 2004-02-06  2:35 bdavis9659 at comcast dot net
  2004-02-06  2:39 ` [Bug libfortran/14038] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bdavis9659 at comcast dot net @ 2004-02-06  2:35 UTC (permalink / raw)
  To: gcc-bugs

This was found while comparing the output files created when running the NIST
conformance tests between g77 and gfortran. 


Code to duplicate the problem:

 100  FORMAT (1H ,10X,38HFOR OFFICIAL USE ONLY - COPYRIGHT 1978)
      WRITE(6,100)
      END

$/usr/local/bin/gfortran -static freg1.f
$ ./a.out
           FOR OFFICIAL USE ONLY - COPYRIGH 1978)

What it should look like:
$ g77 freg1.f
$ ./a.out
           FOR OFFICIAL USE ONLY - COPYRIGHT 1978


Notice the trailing ")".

The version of g95 is:  

GNU Fortran 95 (GCC 3.5-tree-ssa 20040205 (merged 20040126))

-- 
           Summary: [gfortan] Mangled character in Hollerith
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14038


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-07 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-06  2:35 [Bug fortran/14038] New: [gfortan] Mangled character in Hollerith bdavis9659 at comcast dot net
2004-02-06  2:39 ` [Bug libfortran/14038] " pinskia at gcc dot gnu dot org
2004-02-06  5:37 ` bdavis9659 at comcast dot net
2004-02-07 15:40 ` cvs-commit at gcc dot gnu dot org
2004-02-07 15:45 ` pbrook at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).