This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] ARM pre-indexing adress mode for absolute addresses


On Friday 09 September 2005 01:48, Khem Raj wrote:
> This patch is causing GCC to segfault compiling this example below. with
> -O2
>
> typedef void  *(*T)(void);
> f1 ()
> {
>   ((T) 0)();
> }

FYI, this is PR23783

Paul


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