public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5475] testsuite: arg-pushing reqs -mno-accumulate-outgoing-args
@ 2023-11-15  1:28 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2023-11-15  1:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a9a0daa3e55733318c5ad25c7420da0417d5b650

commit r14-5475-ga9a0daa3e55733318c5ad25c7420da0417d5b650
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Nov 14 22:15:32 2023 -0300

    testsuite: arg-pushing reqs -mno-accumulate-outgoing-args
    
    gcc.target/i386/pr95126-m32-[34].c expect push instructions that are
    only present with -mno-accumulate-outgoing-args, so make that option
    explicit rather than dependent on tuning.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/i386/pr95126-m32-3.c: Add
            -mno-accumulate-outgoing-args.
            * gcc.target/i386/pr95126-m32-4.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr95126-m32-3.c | 2 +-
 gcc/testsuite/gcc.target/i386/pr95126-m32-4.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr95126-m32-3.c b/gcc/testsuite/gcc.target/i386/pr95126-m32-3.c
index cc2fe948009..91608f86206 100644
--- a/gcc/testsuite/gcc.target/i386/pr95126-m32-3.c
+++ b/gcc/testsuite/gcc.target/i386/pr95126-m32-3.c
@@ -1,5 +1,5 @@
 /* { dg-do compile { target { ia32 } } } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -mno-accumulate-outgoing-args" } */
 
 struct small{ short a; };
 
diff --git a/gcc/testsuite/gcc.target/i386/pr95126-m32-4.c b/gcc/testsuite/gcc.target/i386/pr95126-m32-4.c
index e8293352545..85b30f69eca 100644
--- a/gcc/testsuite/gcc.target/i386/pr95126-m32-4.c
+++ b/gcc/testsuite/gcc.target/i386/pr95126-m32-4.c
@@ -1,5 +1,5 @@
 /* { dg-do compile { target { ia32 } } } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -mno-accumulate-outgoing-args" } */
 
 struct small{ short a,b; };

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

only message in thread, other threads:[~2023-11-15  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-15  1:28 [gcc r14-5475] testsuite: arg-pushing reqs -mno-accumulate-outgoing-args Alexandre Oliva

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).