URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [darwin-minversion-3.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test that most-minor versions greater than 9 work. */ /* { dg-options "-mmacosx-version-min=10.4.10" } */ /* { dg-do compile { target *-*-darwin* } } */ int main(void) { #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ != 1040 fail me; #endif return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log