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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
warnings4.C
blob
a0f7dde7a62669f557400f937808b20a3a819a97
1
// { dg-do assemble { target c++14_down } }
2
// GROUPS passed warnings
3
int
4
main ()
5
{
6
register int x;
7
int * foo = &x; // in C++ it's perfectly legal to do this
8
9
return 0;
10
}