public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-8330] testsuite: Require lra effective target for pr107385.c
@ 2024-02-15 19:08 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2024-02-15 19:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2354ccb493ddca6d2e1af9cc76ad45367932f1e2

commit r13-8330-g2354ccb493ddca6d2e1af9cc76ad45367932f1e2
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Feb 15 20:04:01 2024 +0100

    testsuite: Require lra effective target for pr107385.c
    
    Old reload doesn't support asm goto with output operands.
    We have lra effective target (though, strangely it returns
    0 just for 2 targets out of at least 16 targets with no LRA support),
    so this patch uses it, similarly how it is done in other asm goto
    tests with output operands.
    
    2024-02-15  Jakub Jelinek  <jakub@redhat.com>
    
            PR middle-end/107385
            * gcc.dg/pr107385.c: Require lra effective target.
    
    (cherry picked from commit 0d5d1c75f5c68b6064640c3154ae5f4c0b464905)

Diff:
---
 gcc/testsuite/gcc.dg/pr107385.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr107385.c b/gcc/testsuite/gcc.dg/pr107385.c
index b678f57a3dfc..0cc0655d8483 100644
--- a/gcc/testsuite/gcc.dg/pr107385.c
+++ b/gcc/testsuite/gcc.dg/pr107385.c
@@ -1,5 +1,5 @@
 /* PR middle-end/107385 */
-/* { dg-do run } */
+/* { dg-do run { target lra } } */
 /* { dg-options "-O2" } */
 
 __attribute__((noipa)) int

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-15 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 19:08 [gcc r13-8330] testsuite: Require lra effective target for pr107385.c Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).