This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] copy-propagation pass
On Mon, Nov 25, 2002 at 12:02:22PM -0800, Eric Christopher wrote:
> On Mon, 2002-11-25 at 12:05, Bosscher Steven Civ USAFA/DFAN wrote:
> > Hello,
> >
> > + /* SSA-Constant propagation for the GNU compiler.
> > + Copyright (C) 2002 Free Software Foundation, Inc.
> > + Contributed by Aldy Hernandez <aldy@quesejoda.com>
> > +
> > + This file is part of GNU CC.
> >
> > Isn't this the wrong header? GNU CC should be GCC. This is wrong in almost
> > all tree-* files...
> >
>
> GNU CC is gcc. If it's wrong here it's been wrong in all of the files
> for some time ;)
Yes, and Gerald has been going through cleaning them up when he finds
them. You might as well fix them when you run into them.
Janis