Merge from mainline (160224:163495).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / other / error31.C
blobd3e3e09a37c07dd09e5c6bae88cddd01c767ed76
1 // PR c++/35335
2 // { dg-do compile }
3 // { dg-options "" }
4 // { dg-bogus "not supported by" "" { target *-*-* } 0 }
6 struct A {};            // { dg-message "operator=" }
8 void
9 foo ()
11   A a;
12   a = ({ { 1; } });     // { dg-error "no match for" }