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-24 06:31 -------
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-23 23:48 -------
> > I believe this is what we want.  -d8 shouldn't be Joined though.
> 
> Well, yes, obviously - unfortunately, it *is*:
> 
> "a prefix [for -d<letters>]"
> 
> and therefore eaten (while it shouldn't, because '8' isn't one of the <letters>).

Um, -d8 is only Joined if you specified that in your .opt file.  Nothing
in opts.sh is magically adding the Joined flag for you.

-dumpbase in common.opt works fine, right?  Why can't you get d8 to work the same?
Or is -dumpbase broken too?

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]