public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/13464] New: [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper.
@ 2003-12-22 12:03 toon at moene dot indiv dot nluug dot nl
  2003-12-22 17:08 ` [Bug driver/13464] " pinskia at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: toon at moene dot indiv dot nluug dot nl @ 2003-12-22 12:03 UTC (permalink / raw)
  To: gcc-bugs

The Fortran options -d8, -i8 and -r8 are not passed to f951 correctly.

The option processor thinks that -d8 is a form of the -d dump options, in spite
of the fact that there is no such  -d8 option.  -i8 is simply consumed without
ever resurfacing. -r8 is simply an `unrecognized option'.

I tried to debug this, but got lost in all the routines that look at or mangle
the options.  However, one thing is clear:

In options.c we find:

  { "-d8",
    N_("Set the default real and integer kinds to double precision"),
    OPT_d, 2, CL_F95 | CL_REJECT_NEGATIVE },
    ^^^^^ this is wrong.

-- 
           Summary: [gfortran options] -d8, -i8 and -r8 not passed correctly
                    to compiler proper.
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: driver
        AssignedTo: neil at daikokuya dot co dot uk
        ReportedBy: toon at moene dot indiv dot nluug dot nl
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-04-21  5:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-22 12:03 [Bug driver/13464] New: [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper toon at moene dot indiv dot nluug dot nl
2003-12-22 17:08 ` [Bug driver/13464] " pinskia at gcc dot gnu dot org
2003-12-22 20:49 ` neil at daikokuya dot co dot uk
2003-12-22 23:40 ` toon at moene dot indiv dot nluug dot nl
2003-12-23  0:00 ` pinskia at gcc dot gnu dot org
2003-12-23  9:02 ` neil at daikokuya dot co dot uk
2003-12-23 14:33 ` toon at moene dot indiv dot nluug dot nl
2003-12-24  2:39 ` neil at daikokuya dot co dot uk
2003-12-24  2:40 ` toon at moene dot indiv dot nluug dot nl
2003-12-24 14:53 ` neil at daikokuya dot co dot uk
2004-01-11  9:10 ` neil at gcc dot gnu dot org
2004-03-03  3:47 ` [Bug fortran/13464] [gfortran options] " pinskia at gcc dot gnu dot org
2004-03-03  6:53 ` steven at gcc dot gnu dot org
2004-08-25 13:04 ` [Bug fortran/13464] " c dot lemmen at fz-juelich dot de
2004-11-21 16:18 ` pinskia at gcc dot gnu dot org
2005-01-07 21:58 ` [Bug driver/13464] " toon at moene dot indiv dot nluug dot nl
2005-02-20  9:33 ` [Bug driver/13464] -i8 and -r8 not passed correctly to compiler proper. and -d8 does not work pinskia at gcc dot gnu dot org
2005-02-22 21:40 ` pinskia at gcc dot gnu dot org
2005-03-08 23:52 ` sgk at troutmask dot apl dot washington dot edu
2005-03-08 23:53 ` sgk at troutmask dot apl dot washington dot edu
2005-03-11  5:31 ` wilson at gcc dot gnu dot org
2005-04-21  5:04 ` mmitchel at gcc dot gnu dot org
2005-04-21  5:29 ` pinskia 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).