* g++.dg/warn/string1.C: Prune extra warning with -std=c++17.
From-SVN: r261164
This commit is contained in:
parent
9be918859e
commit
6088d4c498
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ int test() {
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
// With -std=c++17 we get another warning deep under operator+=.
|
||||
// { dg-prune-output __builtin_memcpy }
|
||||
|
|
Loading…
Add table
Reference in a new issue