This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: strange error on gcc 4.1.0
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: howarth at bromo dot msbb dot uc dot edu, pinskia at physics dot uc dot edu
- Cc: gcc at gcc dot gnu dot org, schwab at suse dot de
- Date: Sat, 30 Jul 2005 12:11:59 -0400 (EDT)
- Subject: Re: strange error on gcc 4.1.0
Here is another posting which describes the problem a little clearer...
http://lists.apple.com/archives/darwin-development/2003/Jun/msg00000.html
So gcc needs to be fixed to not misparse -bundle, when it is the first
argument to gcc, as being the "-b Machine" target option.
Shouldn't the fix be fairly simple? Just requiring that the
code that recognizes the -b flag require a trailing space after
the -b flag...otherwise it passes over it so that -bundle could be
recognized?
Jack