Re: [testsuite] PATCH: Support PIE in gcc.dg/tree-ssa/ssa-store-ccp-3.c

2015-01-12 Thread Jeff Law
On 01/11/15 17:25, H.J. Lu wrote: 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. OK to for trunk? Thanks. H.J. --- gcc/testsuite/gcc.d

[testsuite] PATCH: Support PIE in gcc.dg/tree-ssa/ssa-store-ccp-3.c

2015-01-11 Thread H.J. Lu
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. OK to for trunk? Thanks. H.J. --- gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c | 4 ++--