This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fix C++0x regressions for gcc-4.3
On Sat, Feb 23, 2008 at 5:48 PM, Rodolfo Lima <rodolfo@rodsoft.org> wrote:
> > Hi, I'd like to know if C++0x regressions are being addressed for
> > gcc-4.3 release. I'm saying that because of bug
> > "Compiling error with variadic template with fixed parameter with
> > default type." (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35297) is
> > rather annoying for those who are already using C++0x new features.
On Sat, Feb 23, 2008 at 05:50:46PM -0800, Andrew Pinski wrote:
> This is not a regression.
There is no such thing as a "C++0x regression", since (very limited and
experimental) C++0x support is brand new in 4.3, and 4.3.0 hasn't been
released yet. A regression is something that worked correctly in a
previously released version of GCC, but that doesn't work now.