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
* arm.c (FL_WBUF): Define.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
prepost3.C
blob
d11624b2d087b12c98a982a2471b4933b15fe472
1
// { dg-do assemble }
2
// GROUPS passed prefix-postfix
3
class Y {
4
public:
5
friend Y operator++ (Y&);
6
friend Y operator++ (Y&, char); // illegal// { dg-error "" } .*
7
};