This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING: [PATCH] Fixing parse errors in c-exp.y


On Sat, Sep 24, 2011 at 2:48 PM, Abhijit Halder
<abhijit.k.halder@gmail.com> wrote:
> Hi all,
>
> This patch is about fixing parse error coming when gdb tries to parse
> a pointer to a function pointer. e.g. (int)(**)(int) and the

This is also a filed bug. (PR 9514).

> associated problem, defined in PR 9837, which says wrong parsing when
> pointers appear in function argument e.g. ?(int)(*)(int*)
>
> Please review this.
>
> Thanks,
> Abhijit Halder
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]