This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch committed: Don't initialize variables to themselves


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]