public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5957] [PR99531] Do not scan push insn for ia32 in the test
@ 2021-12-14 15:04 Vladimir Makarov
  0 siblings, 0 replies; only message in thread
From: Vladimir Makarov @ 2021-12-14 15:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:973f6aedeb6489a9fdc7aeceaed0514348ee1e1a

commit r12-5957-g973f6aedeb6489a9fdc7aeceaed0514348ee1e1a
Author: Vladimir N. Makarov <vmakarov@redhat.com>
Date:   Tue Dec 14 08:57:30 2021 -0500

    [PR99531] Do not scan push insn for ia32 in the test
    
    The patch prohibits scanning push insn for ia32 as push are expected not to be generated only for x86_64 Linux ABI.
    
    gcc/testsuite/ChangeLog:
    
            PR target/99531
            * gcc.target/i386/pr99531.c: Do not scan for ia32.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr99531.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr99531.c b/gcc/testsuite/gcc.target/i386/pr99531.c
index 0e1a08b7c77..98536452488 100644
--- a/gcc/testsuite/gcc.target/i386/pr99531.c
+++ b/gcc/testsuite/gcc.target/i386/pr99531.c
@@ -4,4 +4,4 @@
 int func(int, int, int, int, int, int);
 int caller(int a, int b, int c, int d, int e) { return func(0, a, b, c, d, e); }
 
-/* { dg-final { scan-assembler-not "push" } } */
+/* { dg-final { scan-assembler-not "push"  { target { ! ia32 } } } } */


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

only message in thread, other threads:[~2021-12-14 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 15:04 [gcc r12-5957] [PR99531] Do not scan push insn for ia32 in the test Vladimir Makarov

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