This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch ARM v2] Fix PR target/56846
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Tony Wang <tony dot wang at arm dot com>
- Cc: Ramana Radhakrishnan <Ramana dot Radhakrishnan at arm dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>, libstdc++ at gcc dot gnu dot org
- Date: Tue, 9 Sep 2014 11:39:47 +0100
- Subject: Re: [Patch ARM v2] Fix PR target/56846
- Authentication-results: sourceware.org; auth=none
- References: <001a01cfcc13$115e2060$341a6120$ at arm dot com>
On 09/09/14 17:47 +0800, Tony Wang wrote:
Hi there,
This is a updated patch to fix pr56846. Bootstrapped on x86_64-unknown-linux-gnu and no regression for
regression test on Linux and a cross regression test on arm-none-eabi.
OK for the trunk?
gcc/libstdc++-v3/ChangeLog:
2014-09-09 Tony Wang <tony.wang@arm.com>
PR target/56846
* libsupc++/eh_personality.cc(PERSONALITY_FUNCTION):
^
There should be a space after the file name (look at existing
changelog entries)
OK with that change.