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 other/37654] gcc-4.3.1: stripping trailing backspace from args fools gcc



------- Comment #2 from brian at dessent dot net  2008-09-26 17:18 -------
Subject: Re:   New: gcc-4.3.1: stripping trailing backspace from 
 args fools gcc

What exact problem are you trying to report here?  Quoting a space with
\ to the shell causes it to not split the arguments into two words,
which means gcc receives an argv[1] = "-g3 -O0" which is obviously
bogus.  The error is correct.

It seems like you are confusing a 'make' feature of continuation lines
with the \-newline sequence.  But that's not what you're demonstrating
here, which is shell quoting.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37654


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