[testsuite] skip test on non-hosted libstdc++ [PR113994]
Tests that include <string> need to be skipped when libstdc++ is built in freestanding mode. for gcc/testsuite/ChangeLog PR rtl-optimization/113994 * g++.dg/torture/pr113994.C: Require hosted libstdc++.
This commit is contained in:
parent
4fc3bf9fe2
commit
def933af3c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
// PR rtl-optimization/113994
|
||||
// { dg-do run }
|
||||
// { dg-skip-if "requires hosted libstdc++ for string" { ! hostedlib } }
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue