This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [4.1 PATCH]: testsuite backports for -fpic/-fPIC
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: "Kaveh R. GHAZI" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 08 Jan 2008 09:45:57 -0800
- Subject: Re: [4.1 PATCH]: testsuite backports for -fpic/-fPIC
- References: <Pine.GSO.4.58.0801081145200.874@caipclassic.rutgers.edu>
- Reply-to: janis187 at us dot ibm dot com
On Tue, 2008-01-08 at 11:51 -0500, Kaveh R. GHAZI wrote:
> This is the 4.1 branch version of my previous patch. Although perhaps we
> won't make any further releases from this branch, I still test it from
> time to time and would like to reduce the "noise" from the testsuite.
>
> Differences from the 4.2 version are that several patch bits are removed
> if the testcase doesn't exists in 4.1. Also, on the 4.1 branch the
> definitions of __PIC__ and __pic__ are not uniform. So I check for
> either/both macros.
>
> Tested on x86_64-unknown-linux-gnu, no regressions and the testcases now
> pass with -fpic/-fPIC.
>
> Okay for 4.1 branch?
OK.
Janis