This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: : Failure for gcc.dg/pr24445.c on x86_64-unknown-linux-gnu
Andreas Jaeger <aj@suse.de> wrote:
>> I've seen a new failure
>>
>> FAIL: gcc.dg/pr24445.c (test for excess errors)
>>
>> in the newest testresult on x86_64-unknown-linux-gnu. The test
>> pr24445.c is added by me and I've missed that it's wrong for
>> some 64-bit targets. I think that the attached patch should fix
>> it, but I have no access to 64-bit targets. Could please someone
>> test it on the 64-bit target?
>
> Just tested it, your patch fixes the problem.
Thanks! I'd like to check it in as an obvious followup fix
with the ChangeLog entry below. Thanks again for testing.
Regards,
kaz
--
2005-11-12 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/pr24445.c: Fix for 64-bit targets.