Fix some LTO -fPIC testcases

2011-03-22 Thread Bernd Schmidt
On targets where -fpic/-fPIC produce an error, we currently fail a large number of LTO testcases. These should be using the appropriate dg-require-effective-target so that they don't get run. Ok? Bernd * g++.dg/lto/20091002-1_0.C: Use dg-require-effective-target fpic. *

Re: Fix some LTO -fPIC testcases

2011-03-22 Thread Richard Guenther
On Tue, Mar 22, 2011 at 4:17 PM, Bernd Schmidt ber...@codesourcery.com wrote: On targets where -fpic/-fPIC produce an error, we currently fail a large number of LTO testcases. These should be using the appropriate dg-require-effective-target so that they don't get run. Ok? Ok. Thanks,