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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
memfnquals1.C
blob
ce8af7b7273413f75d36f51e37037b9a2045733f
1
// PR c++/48166
2
3
struct foo {
4
static void func ();
5
};
6
void foo::func () const {} // { dg-error "type qualifiers" }