[PATCH] inline-asm: Add support for cc operand modifier

2024-11-06 Thread Jakub Jelinek
Hi! As mentioned in the "inline asm: Add new constraint for symbol definitions" patch description, while the c operand modifier is documented to: Require a constant operand and print the constant expression with no punctuation. it actually doesn't do that with -fpic at least on some targets and h

Re: [PATCH] inline-asm: Add support for cc operand modifier

2024-11-06 Thread Richard Biener
On Wed, 6 Nov 2024, Jakub Jelinek wrote: > Hi! > > As mentioned in the "inline asm: Add new constraint for symbol definitions" > patch description, while the c operand modifier is documented to: > Require a constant operand and print the constant expression with no > punctuation. > it actually d