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
Remove outermost loop parameter.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
err-msg12.C
blob
e9bd5a6436b71b75dfe48466eb2fed0b289b5d2d
1
// { dg-do assemble }
2
// GROUPS passed error-messages
3
class foo {
4
public:
5
friend mutable int x ();// { dg-error "" } non-object member `x' cannot be declared `mutable'
6
};