Re: [PATCH] Fix toplevel-asm-1.c failure for riscv

2024-12-18 Thread Andreas Schwab
On Dez 12 2024, Jakub Jelinek wrote: > The intent was to test %cN because %N doesn't DTRT on various targets. > I have a patch to add %ccN support which should then work even on riscv > hopefully, but unfortunately it hasn't been fully reviewed yet. That didn't change toplevel-asm-1, so the failu

Re: [PATCH] Fix toplevel-asm-1.c failure for riscv

2024-12-12 Thread Jakub Jelinek
On Thu, Dec 12, 2024 at 06:05:31PM +0100, Andreas Schwab wrote: > Don't use 'c' modifier with a symbolic address. The riscv target doesn't > accept it as a CONSTANT_ADDRESS_P and doesn't support 'c' with SYMBOL_REF. > > * c-c++-common/toplevel-asm-1.c: Remove 'c' from %3 and %4. The intent