Re: Aarch64 implementation for dwarf exception handling

2014-02-13 Thread Yufeng Zhang 张玉峰
Hi Shiva, I wonder if you have any test case to demonstrate the potential code-gen issue you are concerned with. Thanks, Yufeng On Thu, Feb 13, 2014 at 2:14 AM, Shiva Chen wrote: > Hi, > > I have a question about the implementation of > > aarch64_final_eh_return_addr > > which is used to point

[RFC] Re: Immediate offset in array index

2013-11-28 Thread Yufeng Zhang
(Add gcc@gcc.gnu.org which is more relevant.) After some investigation, I can answer my own question now. On 11/11/13 16:39, Yufeng Zhang wrote: Hi, I'm trying to understand the following code-gen difference in the following code: #ifdef BEFORE typedef int arr_2[4][5]; #else typede