This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [4.8, PATCH 27/26] Backport Power8 and LE support: Fixes for AIX test failures
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 3 Apr 2014 10:46:38 -0400
- Subject: Re: [4.8, PATCH 27/26] Backport Power8 and LE support: Fixes for AIX test failures
- Authentication-results: sourceware.org; auth=none
- References: <1396451925 dot 9611 dot 8 dot camel at gnopaine>
On Wed, Apr 2, 2014 at 11:18 AM, Bill Schmidt
<wschmidt@linux.vnet.ibm.com> wrote:
> Hi,
>
> This patch (diff-aix) adds to the 4.8 PowerPC backport patch series with
> a few backported fixes from trunk that repair test failures on AIX.
>
> Thanks,
> Bill
>
>
> [gcc]
>
> 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
>
> Backport from mainline r205308
> 2013-11-23 David Edelsohn <dje.gcc@gmail.com>
>
> * config/rs6000/rs6000.c (IN_NAMED_SECTION): New macro.
> (rs6000_xcoff_select_section): Place decls with stricter alignment
> into named sections.
> (rs6000_xcoff_unique_section): Allow unique sections for
> uninitialized data with strict alignment.
>
> [gcc/testsuite]
>
> 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
>
> Backport from mainline
> 2013-04-05 David Edelsohn <dje.gcc@gmail.com>
>
> * gcc.target/powerpc/sd-vsx.c: Skip on AIX.
> * gcc.target/powerpc/sd-pwr6.c: Same.
Okay.
Thanks, David