This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Fix reversed gcc_assert in copy_constant
- From: Richard Sandiford <richard at codesourcery dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 22 Sep 2006 05:34:56 +0100
- Subject: Re: [committed] Fix reversed gcc_assert in copy_constant
- References: <Pine.LNX.4.44.0609211945460.19367-100000@www.eyesopen.com>
Roger Sayle <roger@eyesopen.com> writes:
> On Thu, 21 Sep 2006, Richard Sandiford wrote:
>>
>> * varasm.c (copy_constant): Fix reversed gcc_assert check.
>
> Cool! This infinite loop was also observed by Andrew Pinski in
> comment #10 of PR middle-end/28915.
Thanks for the pointer! It looks like the PR as a whole is indeed
for the same problem as the MIPS 20050112-1.c failure.
Richard