This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] ARM pre-indexing adress mode for absolute addresses
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org,kraj at mvista dot com
- Cc: Mark Mitchell <mark at codesourcery dot com>,Nicolas Pitre <nico at cam dot org>,Richard Earnshaw <rearnsha at arm dot com>
- Date: Fri, 9 Sep 2005 02:40:39 +0100
- Subject: Re: [PATCH] ARM pre-indexing adress mode for absolute addresses
- References: <Pine.LNX.4.63.0508301542500.15345@localhost.localdomain> <4315441E.7040301@codesourcery.com> <4320DBE9.2010201@mvista.com>
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