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

2024-12-19 Thread Richard Biener
> Am 18.12.2024 um 21:28 schrieb Jakub Jelinek : > > On Wed, Dec 18, 2024 at 01:19:43PM +0100, Andreas Schwab wrote: >>> 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

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

2024-12-18 Thread Jakub Jelinek
On Wed, Dec 18, 2024 at 01:19:43PM +0100, Andreas Schwab wrote: > 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