This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, ARM] PR target/66541
- From: Ramana Radhakrishnan <ramana dot gcc at googlemail dot com>
- To: Christian Bruel <christian dot bruel at st dot com>
- Cc: Ramana Radhakrishnan <ramana dot radhakrishnan at foss dot arm dot com>, Kyrylo Tkachov <Kyrylo dot Tkachov at arm dot com>, James Greenhalgh <james dot greenhalgh at arm dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 16 Jun 2015 13:57:03 +0100
- Subject: Re: [PATCH, ARM] PR target/66541
- Authentication-results: sourceware.org; auth=none
- References: <5580182F dot 1030205 at st dot com>
- Reply-to: ramrad01 at arm dot com
On Tue, Jun 16, 2015 at 1:35 PM, Christian Bruel <christian.bruel@st.com> wrote:
> Hi,
>
> This fixes the torture/pr52429.c regression due to arm_set_current_function
> that needs to handle DECL_FUNCTION_SPECIFIC_TARGET when set to
> target_option_default_node.
>
> Catch up with x86 and rs6000 backends.
>
> no regression with arm-none-eabi. Manual cc1 tests of failing cases (no
> pthreads.a with this configuration).
> No new added tests since the failure is exhibited with regressions
>
> tests for arm-cortex-linux-gnueabi ongoing for those requiring -lpthreads
>
> OK for trunk ?
OK if no regression and if (no regression with -mflip-thumb).
Please also mark the Changelog entry with the PR for the original
arm/thumb work.
Thanks,
Ramana
>
> Many Thanks
>
> Christian
>
>