RE: [Patch ARM] Fix PR target/56846

2014-11-19 Thread Thomas Preud'homme
From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- ow...@gcc.gnu.org] On Behalf Of Tony Wang Hi all, The bug is reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56846, and it’s about the problem that when exception handler is involved in the function, then

Re: [Patch ARM] Fix PR target/56846

2014-09-09 Thread Ramana Radhakrishnan
On Mon, Aug 25, 2014 at 11:32 AM, Tony Wang tony.w...@arm.com wrote: Hi all, The bug is reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56846, and it’s about the problem that when exception handler is involved in the function, then _Unwind_Backtrace function will run into deadloop

RE: [Patch ARM] Fix PR target/56846

2014-09-09 Thread Tony Wang
ARM] Fix PR target/56846 On Mon, Aug 25, 2014 at 11:32 AM, Tony Wang tony.w...@arm.com wrote: Hi all, The bug is reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56846, and it’s about the problem that when exception handler is involved in the function, then _Unwind_Backtrace

Re: [Patch ARM] Fix PR target/56846

2014-09-09 Thread Jonathan Wakely
On 09/09/14 09:33 +0100, Ramana Radhakrishnan wrote: I'd like another review here however it looks sane to me. You need to CC libstd...@gcc.gnu.org for libstdc++ patches. Your email doesn't say how you tested this patch. Can you make sure you've run this through a bootstrap and regression test

RE: [Patch ARM] Fix PR target/56846

2014-09-09 Thread Tony Wang
; Ramana Radhakrishnan; libstd...@gcc.gnu.org Subject: Re: [Patch ARM] Fix PR target/56846 On 09/09/14 09:33 +0100, Ramana Radhakrishnan wrote: I'd like another review here however it looks sane to me. You need to CC libstd...@gcc.gnu.org for libstdc++ patches. Your email doesn't say how you

Re: [Patch ARM] Fix PR target/56846

2014-09-05 Thread Andrew Haley
On 25/08/14 11:32, Tony Wang wrote: Hi all, The bug is reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56846, and it’s about the problem that when exception handler is involved in the function, then _Unwind_Backtrace function will run into deadloop on arm target. Cmd line:

RE: [Patch ARM] Fix PR target/56846

2014-09-03 Thread Tony Wang
Ping? -Original Message- From: Tony Wang [mailto:tony.w...@arm.com] Sent: Monday, August 25, 2014 6:33 PM To: 'gcc-patches@gcc.gnu.org'; 'd...@debian.org'; 'aph-...@littlepinkcloud.com'; Richard Earnshaw; Ramana Radhakrishnan Subject: [Patch ARM] Fix PR target/56846 Hi all,