This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Daily snapshots of tree-ssa branch available
On Sat, 2003-05-10 at 04:06, Toon Moene wrote:
> Diego Novillo wrote:
>
> > I received requests to make source snapshots of the tree-ssa
> > branch. The snapshots are going to be available at
> >
> > http://people.redhat.com/dnovillo/pub/snapshot/
> >
> > The SPEC tester will upload a tarball named tree-ssa-YYYYMMDD.tar.bz
> > after a successful bootstrap.
>
> Good idea !
>
> BTW, without http://gcc.gnu.org/ml/gcc-patches/2003-05/msg00575.html the
> tree-ssa branch won't build on Alpha.
>
I merged this weekend, so hopefully this patch made it in. New
snapshots should be available soon.
> Oh, and you need about a dozen no-warn entries added to
> gcc/gcc/Makefile.in :-(
>
Yes. This is an issue we need to fix before merging into mainline.
GIMPLE tends to emit conditionals that trigger warnings like 'used
before definition'. I believe that Jason was working on a change that
would fix this. In any case, for now they are OK to list as no-warn,
but we will need to remove those settings before merging. Could you add
these entries near the existing FIXME note when you patch Makefile.in?
Thanks. Diego.