Re: Applying extended assembly parsing to basic asm

2023-06-13 Thread Alexander Monakov via Gcc


On Wed, 14 Jun 2023, Julian Waters via Gcc wrote:

> Hi all,
> 
> Would it be acceptable for a changeset that applies the parsing of string
> literals in extended assembly blocks to the assembly templates inside basic
> asm to be mailed here? As I see it, there is no reason to keep this
> behaviour from basic asm statements and it can prove to be very useful, and
> I'd be happy to submit a patch for this new behaviour to be implemented.
> Basic asm would continue to behave the same as before otherwise

That would be an incompatible change. Can you expand on the expected usefulness?

Alexander


Applying extended assembly parsing to basic asm

2023-06-13 Thread Julian Waters via Gcc
Hi all,

Would it be acceptable for a changeset that applies the parsing of string
literals in extended assembly blocks to the assembly templates inside basic
asm to be mailed here? As I see it, there is no reason to keep this
behaviour from basic asm statements and it can prove to be very useful, and
I'd be happy to submit a patch for this new behaviour to be implemented.
Basic asm would continue to behave the same as before otherwise

best regards,
Julian