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
Nicolas Pitre wrote:
> On Fri, 9 Sep 2005, Paul Brook wrote:
>
>
>>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
>
>
> I must look at my regression testsuite installation since this didn,t
> turn up for me.
A common cause of this problem is having an old (pre 1.4.4) installation
of DejaGNU; older versions tend to silently not execute all tests.
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304