* g++.dg/debug/pr71432.C: Fail on AIX.
[official-gcc.git] / gcc / testsuite / g++.dg / other / error31.C
blobfd428bf46d67108332bbf246ea32665613147d7a
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=|no known conversion" }
8 void
9 foo ()
11   A a;
12   a = ({ { 1; } });     // { dg-error "no match for" }