repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* g++.dg/debug/pr71432.C: Fail on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
error31.C
blob
fd428bf46d67108332bbf246ea32665613147d7a
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=|no known conversion" }
7
8
void
9
foo ()
10
{
11
A a;
12
a = ({ { 1; } }); // { dg-error "no match for" }
13
}