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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-ld-20040809-1.c
blob
c54a4aa0cfb54475ed91fb0bc19ef4f8235cf620
1
/* Test -dead_strip support. */
2
/* Contributed by Devang Patel <dpatel@apple.com> */
3
4
/* { dg-do compile { target *-*-darwin* } } */
5
/* { dg-options "-dead_strip" } */
6
7
8
int
9
main
()
10
{
11
return
0
;
12
}
13