URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pic-macro-define.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run { target "i?86-*-*-darwin" powerpc*-*-darwin* } } */ /* { dg-options "-fPIC" } */ #if defined __PIC__ int main() { return 0; } #else error "NO __PIC__ DEFINED" #endif
Go to most recent revision | Compare with Previous | Blame | View Log