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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-minversion-3.c
blob
a2be54f490a35c82aa161232cbdf1c43182cdb1b
1
/* Test that most minor versions less than 10 work. */
2
/* { dg-options "-mmacosx-version-min=10.5.8" } */
3
/* { dg-do compile { target *-*-darwin* } } */
4
5
int
6
main
()
7
{
8
#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ != 1058
9
fail me
;
10
#endif
11
return
0
;
12
}