Commit e940f96f by Jonathan Wakely Committed by Jonathan Wakely

* doc/xml/manual/test.xml: Fix dg-warning examples.

From-SVN: r181023
parent 7c092690
2011-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/test.xml: Fix dg-warning examples.
2011-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/44436
* doc/xml/manual/status_cxx200x.xml: Document emplace members are
missing.
......
......@@ -609,10 +609,10 @@ Example 1: Testing compilation only
// { dg-do compile }
Example 2: Testing for expected warnings on line 36, which all targets fail
// { dg-warning "string literals" "" { xfail *-*-* } 36
// { dg-warning "string literals" "" { xfail *-*-* } 36 }
Example 3: Testing for expected warnings on line 36
// { dg-warning "string literals" "" { target *-*-* } 36
// { dg-warning "string literals" "" { target *-*-* } 36 }
Example 4: Testing for compilation errors on line 41
// { dg-do compile }
......
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