This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/13464] [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper.


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]