[parisc-linux] HPPA NPTL Support committed to libc-ports, help
Michael S. Zick
mszick at morethan.org
Sat Jul 15 18:32:56 MDT 2006
On Sat July 15 2006 19:20, Carlos O'Donell wrote:
> > Bootstrapping gcc-4.2-20060701 snapshot at "-Os" rather than "-O2" reveals
> > another warning...
> >
> > in .../gcc/tree-if-conv.c; line 829::
> >
> > - tree phi, cond;
> > + tree phi, cond = NULL_TREE;
> >
> > No clue as to why it never complained about that at "-O2"
> > (That's gcc-4.2-200607001 bootstrapping gcc-4.2-20060701).
>
> If that's a real problem please submit to gcc-patches at gcc.gnu.org!
>
That's a compiler observed warning - not a proven error.
I looked at the code, but I don't know if it is possible to return
"phi" while not setting the "cond".
I do have two versions of the compiler - one with and one without
the above change. Will see if anything turns up.
Mike
More information about the parisc-linux
mailing list