repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (160224:163495).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
error31.C
blob
d3e3e09a37c07dd09e5c6bae88cddd01c767ed76
1
// PR c++/35335
2
// { dg-do compile }
3
// { dg-options "" }
4
// { dg-bogus "not supported by" "" { target *-*-* } 0 }
5
6
struct A {}; // { dg-message "operator=" }
7
8
void
9
foo ()
10
{
11
A a;
12
a = ({ { 1; } }); // { dg-error "no match for" }
13
}