public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[parent not found: <bug-18026-4@http.gcc.gnu.org/bugzilla/>]
[parent not found: <20041015213354.18026.anlauf@gmx.de>]
* [Bug fortran/18026] New: gfortran: regression w.r.t. g77, lacks -ftypeless-boz
@ 2004-10-15 21:33 anlauf at hep dot tu-darmstadt dot de
  2005-03-13 19:05 ` [Bug fortran/18026] boz initialization of REALs fails tobi at gcc dot gnu dot org
  2005-03-15 21:05 ` kargl at gcc dot gnu dot org
  0 siblings, 2 replies; 17+ messages in thread
From: anlauf at hep dot tu-darmstadt dot de @ 2004-10-15 21:33 UTC (permalink / raw)
  To: gcc-bugs

Hi,

the following code does not compile with gfortran, although it does
with g77:

      PROGRAM GFCBUG19
      DOUBLE PRECISION inf, nan
c IEEE exceptional values on Intel x87
      DATA inf / Z'7FF0000000000000' /
      DATA nan / Z'FFF8000000000000' /
      print *, inf, nan
      END

% g77 gfcbug19.f -ftypeless-boz && ./a.out
  INF  NAN
% gfc gfcbug19.f -ftypeless-boz
f951: error: unrecognized command line option "-ftypeless-boz"
% gfc gfcbug19.f
 In file gfcbug19.f:4

      DATA inf / Z'7FF0000000000000' /                                  
                                   1
Error: Integer too big for integer kind 4 at (1)
 In file gfcbug19.f:5

      DATA nan / Z'FFF8000000000000' /                                  
                                   1
Error: Integer too big for integer kind 4 at (1)


Cheers,
-ha

-- 
           Summary: gfortran: regression w.r.t. g77, lacks -ftypeless-boz
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2014-02-16 13:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18026-6318@http.gcc.gnu.org/bugzilla/>
2006-05-12 13:05 ` [Bug fortran/18026] boz initialization of REALs fails guilloteau at obs dot u-bordeaux1 dot fr
2006-05-12 17:43 ` kargl at gcc dot gnu dot org
2006-10-02 11:09 ` fxcoudert at gcc dot gnu dot org
2006-10-02 16:47 ` kargl at gcc dot gnu dot org
2006-10-02 21:35 ` anlauf at gmx dot de
2006-10-03  1:48 ` sgk at troutmask dot apl dot washington dot edu
2006-10-23 17:10 ` kargl at gcc dot gnu dot org
2006-10-23 18:52 ` tobias dot burnus at physik dot fu-berlin dot de
2006-10-23 19:39 ` sgk at troutmask dot apl dot washington dot edu
2007-08-06 17:30 ` kargl at gcc dot gnu dot org
2007-08-06 17:33 ` kargl at gcc dot gnu dot org
2007-12-08 21:47 ` burnus at gcc dot gnu dot org
2007-12-08 22:09 ` burnus at gcc dot gnu dot org
     [not found] <bug-18026-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 13:16 ` jackie.rosen at hushmail dot com
     [not found] <20041015213354.18026.anlauf@gmx.de>
2005-07-26 13:04 ` pinskia at gcc dot gnu dot org
2004-10-15 21:33 [Bug fortran/18026] New: gfortran: regression w.r.t. g77, lacks -ftypeless-boz anlauf at hep dot tu-darmstadt dot de
2005-03-13 19:05 ` [Bug fortran/18026] boz initialization of REALs fails tobi at gcc dot gnu dot org
2005-03-15 21:05 ` kargl 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).