projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3ad4a
)
aix: xfail pure-virtual1.C expects weak __cxa_pure_virtual
author
David Edelsohn
<dje.gcc@gmail.com>
Sat, 16 May 2020 15:40:21 +0000
(11:40 -0400)
committer
David Edelsohn
<dje.gcc@gmail.com>
Thu, 11 Jun 2020 13:11:42 +0000
(09:11 -0400)
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.
gcc/testsuite/g++.dg/abi/pure-virtual1.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/abi/pure-virtual1.C
b/gcc/testsuite/g++.dg/abi/pure-virtual1.C
index 823328ea951d8ee4a909b0d6e1f1c0c201d448fe..86cc9f63db10eecee86c8a78a875acbc0a2a2320 100644
(file)
--- 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
{