Support PIE in gcc.dg/tree-ssa/ssa-store-ccp-3.c
target nonpic is always false for -fPIE since it defines both __PIC__ and __PIE__. This patch changes gcc.dg/tree-ssa/ssa-store-ccp-3.c to make it to pass with -fPIE by excluding PIE when nonpic is true. * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Exclude pie when nonpic is true. From-SVN: r219554
Showing
Please
register
or
sign in
to comment