This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure with uninitialized warnings (on hppa)
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: sje at cup dot hp dot com
- Cc: gcc at gcc dot gnu dot org, dave at hiauly1 dot hia dot nrc dot ca
- Date: Mon, 8 Sep 2008 14:03:18 -0700
- Subject: Re: Bootstrap failure with uninitialized warnings (on hppa)
- References: <1220907604.986816.14091.nullmailer@hpsje.cup.hp.com>
On Mon, Sep 8, 2008 at 2:00 PM, <sje@cup.hp.com> wrote:
>
> I just got back from vacation and I see the HPPA bootstrap is failing
> with:
>
> cc1: warnings being treated as errors
> /proj/opensrc/nightly/src/trunk/gcc/c-common.c: In function 'c_warn_unused_result':
> /proj/opensrc/nightly/src/trunk/gcc/c-common.c:7540: error: 'i.745.ptr' is used uninitialized in this function
> /proj/opensrc/nightly/src/trunk/gcc/gimple.h:4392: error: 'i.748.ptr' may be used uninitialized in this function
> /proj/opensrc/nightly/src/trunk/gcc/gimple.h:4391: note: 'i.748.ptr' was declared here
> make[3]: *** [c-common.o] Error 1
>
> This doesn't look HPPA specific but I haven't seen anything in the
> mailing lists. HPPA is/was having other problems but this doesn't seem
> to be related to them. Is anyone else seeing these messages?
This was reported as PR 37380.
Thanks,
Andrew Pinski