bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27594] build processes broken by changed space handling


From: towo at towo dot net
Subject: [Bug binutils/27594] build processes broken by changed space handling
Date: Mon, 10 May 2021 21:23:04 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27594

--- Comment #17 from Thomas Wolff <towo at towo dot net> ---
This is getting picky. I wouldn't say there's double quoting involved.
The string given to the -preprocessor arguments seems to be simply fed into a
call of popen(), and that should be fine. It may contain quotes as needed.
Quoting the whole argument again in the shell is not really double-quoting in
this sense.
So "\"path to gcc\" arguments..." is neither a trick nor anything special to
remember, it's normal syntax in such use cases.
Whether the wrong commit was reverted or not I cannot judge right now, I was
only asking to restore the 2.35 behaviour which is consistent with general
POSIX string handling and which supports everything anyone needs. Breaking such
support after years is what's generally called a regression and it's generally
and rightfully frowned upon.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]