bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/32073] [2.44 Regression] gas failed to build x86-64 Linux kerne


From: matz at suse dot de
Subject: [Bug gas/32073] [2.44 Regression] gas failed to build x86-64 Linux kernel
Date: Mon, 12 Aug 2024 14:33:46 +0000

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

--- Comment #9 from Michael Matz <matz at suse dot de> ---
(In reply to Jan Beulich from comment #8)
> 
> I've looked into what the options are of fixing this particular issue.
> Dealing with the one question of "should blanks be skipped here" quickly
> turns into a series of such questions, perhaps one for every individual
> transformation that is done while expanding a macro:
> - Is \( a token, or can there be whitespace?
> - Are \@ and \+ tokens, or can there be whitespace?
> - There's also \& with a comment alluding to preprocessor variables.
> - Is & used for macro parameter references permitted to be followed by
> whitespace? If so, what about the optional trailing & ?
> - Same for @.
> My intuitive answers to these wouldn't all be the same. For example I'd be
> more inclined to not permit whitespace in @name@ references. Yet I don't
> even know the origin of that kind of construct, so how should I be able to
> tell?

I fear the only non-contentious answer to all such questions is: "act in the
same
way as currently" :-/  I.e. try it out and emulate the behaviour.

-- 
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]