This is the mail archive of the gcc@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: g++ 4.3.0 error: changes meaning


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.


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