public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Rainer Orth <ro@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-9176] testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61159]
Date: Mon, 26 Feb 2024 09:42:51 +0000 (GMT)	[thread overview]
Message-ID: <20240226094252.1B9E13858C98@sourceware.org> (raw)

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

commit r14-9176-ga25d7d1385087e0f43574064db45f1bc7d52f400
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Mon Feb 26 10:42:04 2024 +0100

    testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61159]
    
    gcc.c-torture/compile/pr61159.c currently FAILs on 32 and 64-bit
    Solaris/x86 with the native assembler:
    
    FAIL: gcc.c-torture/compile/pr61159.c   -O0  (test for excess errors)
    FAIL: gcc.c-torture/compile/pr61159.c   -O1  (test for excess errors)
    FAIL: gcc.c-torture/compile/pr61159.c   -O2  (test for excess errors)
    FAIL: gcc.c-torture/compile/pr61159.c   -O2 -flto  (test for excess errors)
    FAIL: gcc.c-torture/compile/pr61159.c   -O2 -flto -flto-partition=none  (test for excess errors)
    FAIL: gcc.c-torture/compile/pr61159.c   -O3 -g  (test for excess errors)
    FAIL: gcc.c-torture/compile/pr61159.c   -Os  (test for excess errors)
    
    Excess errors:
    Assembler: pr61159.c
            "/var/tmp//ccRtFPva.s", line 5 : Cannot set a weak symbol to a common symbol
    
    This is a bug/limitation in the native assembler.  Given that this
    hasn't seen fixes for a long time, this patch xfails the test.
    
    Tested on i386-pc-solaris2.11 (as and gas) and x86_64-pc-linux-gnu.
    
    2024-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
    
            gcc/testsuite:
            PR ipa/61159
            * gcc.c-torture/compile/pr61159.c: xfail on Solaris/x86 with as.

Diff:
---
 gcc/testsuite/gcc.c-torture/compile/pr61159.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.c-torture/compile/pr61159.c b/gcc/testsuite/gcc.c-torture/compile/pr61159.c
index dadd9c08444a..d2986d463938 100644
--- a/gcc/testsuite/gcc.c-torture/compile/pr61159.c
+++ b/gcc/testsuite/gcc.c-torture/compile/pr61159.c
@@ -1,6 +1,6 @@
 /* { dg-require-alias "" } */
 /* { dg-require-weak "" } */
-/* { dg-xfail-if "weak alias" { powerpc-ibm-aix* } } */
+/* { dg-xfail-if "weak alias" { powerpc-ibm-aix* || { *86*-*-solaris* && { ! gas } } } } */
 
 static int dummy = 0;
 extern int foo __attribute__((__weak__, __alias__("dummy")));

                 reply	other threads:[~2024-02-26  9:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240226094252.1B9E13858C98@sourceware.org \
    --to=ro@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).