public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-10284] testsuite/i386: Correct pr111822.C dg-do options [PR111822]
@ 2024-03-19 16:00 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2024-03-19 16:00 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-10284-gf6ed0466d40de496b14225fae44acf618dac1fd2
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Tue Mar 19 16:57:50 2024 +0100

    testsuite/i386: Correct pr111822.C dg-do options [PR111822]
    
            PR target/111822
    
    gcc/testsuite/ChangeLog:
    
            * g++.target/i386/pr111822.C (dg-do): Compile only for ia32 targets.
            (dg-options): Add -march=x86-64.

Diff:
---
 gcc/testsuite/g++.target/i386/pr111822.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/g++.target/i386/pr111822.C b/gcc/testsuite/g++.target/i386/pr111822.C
index d405387b23c..0829c91f270 100644
--- a/gcc/testsuite/g++.target/i386/pr111822.C
+++ b/gcc/testsuite/g++.target/i386/pr111822.C
@@ -1,6 +1,6 @@
 /* PR target/111822 */
-/* { dg-do compile } */
-/* { dg-options "-O2 -flive-range-shrinkage -fno-dce -fnon-call-exceptions" } */
+/* { dg-do compile { target ia32 } } */
+/* { dg-options "-O2 -flive-range-shrinkage -fno-dce -fnon-call-exceptions -march=x86-64" } */
 
 typedef union {
   int *pNativeClosure;

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

only message in thread, other threads:[~2024-03-19 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-19 16:00 [gcc r12-10284] testsuite/i386: Correct pr111822.C dg-do options [PR111822] Uros Bizjak

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