This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix bootstrap failure due to uninitialized variable in optabs.c


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]