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
Use gather loads for strided accesses
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
m68k
/
stack-limit-1.c
blob
5086edd77f7f0f5e75fb6564798260686fed5225
1
/* -fstack-limit- should be ignored without an ICE if not supported. */
2
/* { dg-do compile } */
3
/* { dg-options "-fstack-limit-symbol=_stack_limit -m68000" } */
4
/* { dg-warning "not supported" "" { target *-*-* } 0 } */
5
6
void
dummy
(
void
) { }