public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] aix: xfail pure-virtual1.C expects weak __cxa_pure_virtual
@ 2020-08-22 22:26 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 22:26 UTC (permalink / raw)
  To: gcc-cvs

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

commit f9287742bfb30163de7769b0aabfb82075760dad
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Sat May 16 11:40:21 2020 -0400

    aix: xfail pure-virtual1.C expects weak __cxa_pure_virtual
    
    The testcase expects __cxa_pure_virtual to be weak to avoid an
    implicit dependency.  This does not occur on AIX, so expect this testcase
    to fail on AIX.
    
    gcc/testsuite/ChangeLog
    
    2020-06-11  David Edelsohn  <dje.gcc@gmail.com>
    
            * g++.dg/abi/pure-virtual1.C: XFAIL AIX.

Diff:
---
 gcc/testsuite/g++.dg/abi/pure-virtual1.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/abi/pure-virtual1.C b/gcc/testsuite/g++.dg/abi/pure-virtual1.C
index 823328ea951..86cc9f63db1 100644
--- a/gcc/testsuite/g++.dg/abi/pure-virtual1.C
+++ b/gcc/testsuite/g++.dg/abi/pure-virtual1.C
@@ -2,6 +2,7 @@
 // { dg-do link }
 // { dg-require-weak }
 // { dg-additional-options "-fno-rtti -nodefaultlibs -lc" }
+// { dg-xfail-if "AIX weak" { powerpc-ibm-aix* } }
 
 struct A
 {


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

only message in thread, other threads:[~2020-08-22 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 22:26 [gcc/devel/autopar_devel] aix: xfail pure-virtual1.C expects weak __cxa_pure_virtual Giuliano Belinassi

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