This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ 4.3.0 error: changes meaning
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: "Ralf W. Grosse-Kunstleve" <rwgk at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 20 Sep 2007 22:24:06 +0200
- Subject: Re: g++ 4.3.0 error: changes meaning
- References: <523377.59414.qm@web31106.mail.mud.yahoo.com>
On 9/20/07, Ralf W. Grosse-Kunstleve <rwgk@yahoo.com> wrote:
> Andrew Pinski wrote:
> > Yes it is intentional. It is an extension of an already existing
> > error with non templates. The code is invalid, though the C++
> > standard does make a mention, this does not have to be diagnostic.
>
> Thanks for the quick reply! This is great, I like the change since it
> enforces improved readability. However, I anticipate that many people
> will have to make changes. Specifically, I have to go into the
> Boost.Python sources. If people ask about my changes, it would help
> if I could point them to some gcc resource. For example, could the
> "Changes" page at http://gcc.gnu.org/gcc-4.3/changes.html be updated
> to mention the new error?
FYI, with -fpermissive gcc will accept the code.
Richard.