This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/13464] [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper.
- From: "neil at daikokuya dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2003 06:39:47 -0000
- Subject: [Bug driver/13464] [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper.
- References: <20031222115039.13464.toon@moene.indiv.nluug.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From neil at daikokuya dot co dot uk 2003-12-23 06:39 -------
Subject: Re: [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper.
toon at moene dot indiv dot nluug dot nl wrote:-
>
> ------- Additional Comments From toon at moene dot indiv dot nluug dot nl 2003-12-22 23:22 -------
> Well, this is the relevant content of fortran/lang.opt:
>
> d8
> F95 RejectNegative
> Set the default real and integer kinds to double precision
>
> That's, as far as I can see, correct.
RejectNegative only applies to -f and -W switches, but it shouldn't
hurt. You need to figure out why this is being converted to OPT_d
rather than OPT_d8 by opts.sh.
Neil.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13464