repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
991209-1.c
blob
ab455da098d4a9e69d7b8627e14bed1233bb5007
1
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
2
/* { dg-options "-ansi -pedantic" } */
3
4
int
foo
()
5
{
6
return
1
;
7
}
8
9
register
char
*
stack_ptr
__asm
(
"%esp"
);
/* { dg-warning "warning: file-scope declaration of 'stack_ptr' specifies 'register'" } */