testsuite: Fix asm-goto-with-outputs tests; limit to lra targets
commit70888d0982d9c4df4f74cd6f06f943778af1d1eb
authorHans-Peter Nilsson <hp@axis.com>
Tue, 7 Feb 2023 18:46:29 +0000 (7 19:46 +0100)
committerHans-Peter Nilsson <hp@bitrange.com>
Wed, 8 Feb 2023 20:44:10 +0000 (8 21:44 +0100)
treefad258b228e33985619742f309da0dda634ea4b7
parent77bb54b1b07add45007c664724b726541d672ef3
testsuite: Fix asm-goto-with-outputs tests; limit to lra targets

These tests spuriously lacked a "lra" limiter.  Code using
"asm goto" with outputs gets a:
 error: the target does not support 'asm goto' with outputs in 'asm'
compilation error when compiled for a non-LRA target.  Limit
to LRA targets as other asm-goto-with-outputs tests.

* gcc.dg/torture/pr100398.c: Limit to lra targets.
* gcc.dg/pr100590.c: Ditto.
gcc/testsuite/gcc.dg/pr100590.c
gcc/testsuite/gcc.dg/torture/pr100398.c