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++.niklas
/
t141.C
blob
c4bf96698a5f07df944b93f29930ec3c3ba12f8f
1
// { dg-do assemble }
2
// { dg-options "-Wshadow" }
3
// GROUPS passed niklas scoping ARM
4
class X { X (int); };
5
void X (int);// { dg-error "" } .*hides constructor.*
6
void f () { X (1); }