Commit 8a262baf by Jason Merrill

fix linenos

From-SVN: r181624
parent 0f5b622c
......@@ -30,10 +30,10 @@ void test01()
{
const int dummy = 0;
std::bind(&inc, _1)(0); // { dg-error "no match" }
// { dg-error "rvalue|const" "" { target *-*-* } 1199 }
// { dg-error "rvalue|const" "" { target *-*-* } 1212 }
// { dg-error "rvalue|const" "" { target *-*-* } 1226 }
// { dg-error "rvalue|const" "" { target *-*-* } 1240 }
// { dg-error "rvalue|const" "" { target *-*-* } 1206 }
// { dg-error "rvalue|const" "" { target *-*-* } 1219 }
// { dg-error "rvalue|const" "" { target *-*-* } 1233 }
// { dg-error "rvalue|const" "" { target *-*-* } 1247 }
std::bind(&inc, std::ref(dummy))(); // { dg-error "no match" }
}
......
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