Commit 2c938d42 by Jason Merrill

xfail until patch applied

From-SVN: r44361
parent 56f19d92
...@@ -4,7 +4,7 @@ int main () ...@@ -4,7 +4,7 @@ int main ()
{ {
char c; char c;
static_cast<int>(c) = 2; // { dg-error "lvalue" "not an lvalue" } static_cast<int>(c) = 2; // { dg-error "lvalue" "not an lvalue" { xfail *-*-* } }
return c != 2; return c != 2;
} }
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