This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix bootstrap failure due to uninitialized variable in optabs.c
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "Zack Weinberg" <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 4 Sep 2007 10:53:28 +0100
- Subject: Re: Fix bootstrap failure due to uninitialized variable in optabs.c
- References: <46DC663E.7090007@codesourcery.com>
On 03/09/07, Zack Weinberg <zack@codesourcery.com> wrote:
> I have checked this patch in to fix the bootstrap failure caused by my
> earlier patch. What I get for testing only with cross compilers, I
> suppose. The warning is, for the record, one of the classic
> used-and-set-only-under-the-same-conditional false positives.
>
Was it a "is used" or "may be used" ?
Cheers,
Manuel.