PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pic-2.c
blobbccec13934a0f429e447b6df5bcb4b8e3a636e4c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-fPIC" } */
4 /* { dg-skip-if "__PIC__ is always 1 for MIPS" { mips*-*-* } } */
6 #if __PIC__ != 2
7 # error __PIC__ is not 2!
8 #endif
10 #ifdef __PIE__
11 # error __PIE__ is defined!
12 #endif