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
/
arm
/
stack-corruption.c
blob
3a63950cc53085b83610fec8cf3ec50150ea117e
1
/* { dg-do compile } */
2
/* { dg-options "-O -mthumb -fno-omit-frame-pointer" } */
3
4
int
main
() {
5
return
0
;
6
}
7
8
/* { dg-final { scan-assembler-not "\tadd\tr7, sp, #8\n" } } */