Commit 6088d4c4 by Jason Merrill

* g++.dg/warn/string1.C: Prune extra warning with -std=c++17.

From-SVN: r261164
parent 9be91885
......@@ -18,3 +18,6 @@ int test() {
return 0;
}
// With -std=c++17 we get another warning deep under operator+=.
// { dg-prune-output __builtin_memcpy }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment