This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4.2 PATCH]: testsuite backports for -fpic/-fPIC


On Tue, 2008-01-08 at 11:45 -0500, Kaveh R. GHAZI wrote:
> This patch backports to the 4.2 branch a few changes to the testsuite that
> help silence failures when using -fpic/-fPIC.  I made two additional
> changes in doing the backport.
> 
> One change is that I don't check "!__PIE__" since that macro is not
> defined by GCC on the branch.  Second, I used "static inline" to avoid
> warnings about needing to use -fgnu-inline.
> 
> Tested on x86_64-unknown-linux-gnu via "make check", no regressions and
> the testcases now pass with -fpic/-fPIC.
> 
> Okay for 4.2 branch?

OK.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]