gcc/ChangeLog:
* config/darwin.c (darwin_override_options): Cannot use
OPTION_SET_P here.
gcc/testsuite/ChangeLog:
* gcc.dg/pie-2.c: Skip test on darwin.
(cherry picked from commit
a0c557690c8d5327deda6e21f8d1deca8451a4cb)
Co-authored-by: Iain Sandoe <iain@sandoe.co.uk>
&& write_symbols == DWARF2_DEBUG)
flag_var_tracking_uninit = flag_var_tracking;
- if (OPTION_SET_P (flag_pie) && flag_pie)
+ if (global_options_set.x_flag_pie && flag_pie)
{
/* This is a little complicated, to match Xcode tools.
For Darwin, PIE requires PIC codegen, but otherwise is only a link-
/* { dg-options "-fPIE" } */
/* { dg-require-effective-target pie } */
/* { dg-skip-if "__PIC__ is always 1 for MIPS" { mips*-*-* } } */
+/* { dg-skip-if "__PIE__ is often not defined on darwin" { *-*-darwin* } } */
#if __PIC__ != 2
# error __PIC__ is not 2!