blob: 1838745a11a111bbea464f3ce8c91af051c723ca [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fPIE" } */
/* { dg-require-effective-target pie } */
/* { dg-skip-if "__PIC__ is always 1 for MIPS" { mips*-*-* } } */
#if __PIC__ != 2
# error __PIC__ is not 2!
#endif
#if __PIE__ != 2
# error __PIE__ is not 2!
#endif