Skip to content

Commit f111d8e

Browse files
testsuite: arm: Mark pr81812.C as xfail for thumb1
Test fails for Cortex-M0 with: .../pr81812.C:6:8: error: generic thunk code fails for method 'virtual void ChildNode::_ZTv0_n12_NK9ChildNode5errorEz(...) const' which uses '...' According to PR108277, it's expected that thumb1 targets does not support empty virtual functions with ellipsis. gcc/testsuite/ChangeLog: * g++.dg/torture/pr81812.C: Add xfail for thumb1. Signed-off-by: Torbjörn SVENSSON <[email protected]>
1 parent 4aa01ec commit f111d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gcc/testsuite/g++.dg/torture/pr81812.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// { dg-xfail-if "PR108277" { arm_thumb1 } }
2+
13
struct Error {
24
virtual void error(... ) const;
35
};

0 commit comments

Comments
 (0)