public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1473] testsuite: Skip powerpc tests on AIX.
@ 2023-06-01 17:11 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2023-06-01 17:11 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-1473-ged54532e3daef607e0ecc85dbd202bbcab31acc0
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Tue May 30 12:21:50 2023 -0400

    testsuite: Skip powerpc tests on AIX.
    
    AIX does not support -mstrict-align.
    
    pr109566.c had skip directive in wrong order for DejaGNU.
    
            * gcc.target/powerpc/pr100106-sa.c: Skip on AIX.
            * gcc.target/powerpc/pr109566.c: Skip on AIX.
    
    Signed-off-by: David Edelsohn <dje.gcc@gmail.com>

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr100106-sa.c | 1 +
 gcc/testsuite/gcc.target/powerpc/pr109566.c    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr100106-sa.c b/gcc/testsuite/gcc.target/powerpc/pr100106-sa.c
index 87634efa8d0..d9248f75a75 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr100106-sa.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr100106-sa.c
@@ -1,5 +1,6 @@
 /* Require ilp32 because -mcpu=604 won't do 64 bits.  */
 /* { dg-do compile { target { ilp32 } } } */
+/* { dg-skip-if "No strict-align for AIX" { powerpc-ibm-aix* } } */
 /* { dg-options "-mcpu=604 -O -mstrict-align" } */
 
 union a {
diff --git a/gcc/testsuite/gcc.target/powerpc/pr109566.c b/gcc/testsuite/gcc.target/powerpc/pr109566.c
index bfbf9224755..39751c663ee 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr109566.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr109566.c
@@ -1,8 +1,8 @@
 /* PR target/109566 */
 /* Skip this on aix, otherwise it emits the error message like "64-bit
    computation with 32-bit addressing not yet supported" on aix.  */
-/* { dg-skip-if "" { powerpc*-*-aix* } } */
 /* { dg-do compile } */
+/* { dg-skip-if "" { powerpc*-ibm-aix* } } */
 /* { dg-options "-O2 -mpowerpc64" } */
 
 void

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

only message in thread, other threads:[~2023-06-01 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 17:11 [gcc r14-1473] testsuite: Skip powerpc tests on AIX David Edelsohn

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