Patch committed: Don't initialize variables to themselves

Andrew Pinski pinskia@gmail.com
Tue Jun 16 19:08:00 GMT 2009


On Tue, Jun 16, 2009 at 12:02 PM, Ian Lance Taylor<iant@google.com> wrote:
> This small patch cleans up a couple of cases where a variable is
> initialized to itself.  This is more or less OK, but rather ugly, and
> the C++ frontend complains.

The warning is because the C++ front-end is broken, see PR 34772.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list