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
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
warnings4.C
blob
410ca800ce84c0828680428abba34af5a39b4c17
1
// { dg-do assemble }
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
}