From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26943 invoked by alias); 24 Dec 2003 06:31:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26936 invoked by alias); 24 Dec 2003 06:31:16 -0000 Date: Wed, 24 Dec 2003 14:53:00 -0000 Message-ID: <20031224063116.26934.qmail@sources.redhat.com> From: "neil at daikokuya dot co dot uk" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031222115039.13464.toon@moene.indiv.nluug.nl> References: <20031222115039.13464.toon@moene.indiv.nluug.nl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug driver/13464] [gfortran options] -d8, -i8 and -r8 not passed correctly to compiler proper. X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg02531.txt.bz2 List-Id: ------- 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]" > > and therefore eaten (while it shouldn't, because '8' isn't one of the ). 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