public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8973] testsuite: i386: Skip gcc.target/i386/pr113689-1.c etc. on Solaris [PR113909]
@ 2024-02-14 10:39 Rainer Orth
  0 siblings, 0 replies; only message in thread
From: Rainer Orth @ 2024-02-14 10:39 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-8973-gd79aa77d9b2fe757b1bbda45defd4ac02b077a78
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Wed Feb 14 11:39:12 2024 +0100

    testsuite: i386: Skip gcc.target/i386/pr113689-1.c etc. on Solaris [PR113909]
    
    gcc.target/i386/pr113689-[1-3].c FAIL on 64-bit Solaris/x86:
    
    FAIL: gcc.target/i386/pr113689-1.c (test for excess errors)
    UNRESOLVED: gcc.target/i386/pr113689-1.c compilation failed to produce executable
    FAIL: gcc.target/i386/pr113689-2.c (test for excess errors)
    UNRESOLVED: gcc.target/i386/pr113689-2.c compilation failed to produce executable
    FAIL: gcc.target/i386/pr113689-3.c (test for excess errors)
    UNRESOLVED: gcc.target/i386/pr113689-3.c compilation failed to produce executable
    
    with
    
    Excess errors:
    /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-1.c:43:1: sorry, unimplemented: no register available for profiling '-mcmodel=large'
    
    Excess errors:
    /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-2.c:26:1: sorry, unimplemented: profiling '-mcmodel=large' with PIC is not supported
    
    Excess errors:
    /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-3.c:15:1: sorry, unimplemented: profiling '-mcmodel=large' with PIC is not supported
    
    This happens because i386/sol2.h doesn't define NO_PROFILE_COUNTERS.
    
    So this patch just skips the tests on Solaris.
    
    Tested on i386-pc-solaris2.11.
    
    2024-02-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
    
            gcc/testsuite:
            PR target/113909
            * gcc.target/i386/pr113689-1.c: Skip on Solaris.
            * gcc.target/i386/pr113689-2.c: Likewise.
            * gcc.target/i386/pr113689-3.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr113689-1.c | 1 +
 gcc/testsuite/gcc.target/i386/pr113689-2.c | 1 +
 gcc/testsuite/gcc.target/i386/pr113689-3.c | 1 +
 3 files changed, 3 insertions(+)

diff --git a/gcc/testsuite/gcc.target/i386/pr113689-1.c b/gcc/testsuite/gcc.target/i386/pr113689-1.c
index 16b513c9a797..9b8474ed9330 100644
--- a/gcc/testsuite/gcc.target/i386/pr113689-1.c
+++ b/gcc/testsuite/gcc.target/i386/pr113689-1.c
@@ -1,6 +1,7 @@
 /* { dg-do run { target { lp64 && fpic } } } */
 /* { dg-options "-O2 -fno-pic -fprofile -mcmodel=large" } */
 /* { dg-skip-if "PR90698" { *-*-darwin* } } */
+/* { dg-skip-if "PR113909" { *-*-solaris2* } } */
 
 #include <stdarg.h>
 
diff --git a/gcc/testsuite/gcc.target/i386/pr113689-2.c b/gcc/testsuite/gcc.target/i386/pr113689-2.c
index 3613c283d0c6..58688b9a387c 100644
--- a/gcc/testsuite/gcc.target/i386/pr113689-2.c
+++ b/gcc/testsuite/gcc.target/i386/pr113689-2.c
@@ -1,6 +1,7 @@
 /* { dg-do run { target { lp64 && fpic } } } */
 /* { dg-options "-O2 -fpic -fprofile -mcmodel=large" } */
 /* { dg-skip-if "PR90698" { *-*-darwin* } } */
+/* { dg-skip-if "PR113909" { *-*-solaris2* } } */
 
 __attribute__((noipa))
 void
diff --git a/gcc/testsuite/gcc.target/i386/pr113689-3.c b/gcc/testsuite/gcc.target/i386/pr113689-3.c
index 39373c11dfa7..14c906239f9d 100644
--- a/gcc/testsuite/gcc.target/i386/pr113689-3.c
+++ b/gcc/testsuite/gcc.target/i386/pr113689-3.c
@@ -1,6 +1,7 @@
 /* { dg-do run { target { lp64 && fpic } } } */
 /* { dg-options "-O2 -fpic -fprofile -mcmodel=large" } */
 /* { dg-skip-if "PR90698" { *-*-darwin* } } */
+/* { dg-skip-if "PR113909" { *-*-solaris2* } } */
 
 #include <stdarg.h>

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

only message in thread, other threads:[~2024-02-14 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14 10:39 [gcc r14-8973] testsuite: i386: Skip gcc.target/i386/pr113689-1.c etc. on Solaris [PR113909] Rainer Orth

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