Re: Fix C++0x regressions for gcc-4.3

2008-02-24 Thread Rodolfo Lima
Joe Buck escreveu: > 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

Re: Fix C++0x regressions for gcc-4.3

2008-02-23 Thread Joe Buck
On Sat, Feb 23, 2008 at 5:48 PM, Rodolfo Lima <[EMAIL PROTECTED]> 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

Re: Fix C++0x regressions for gcc-4.3

2008-02-23 Thread Andrew Pinski
On Sat, Feb 23, 2008 at 5:48 PM, Rodolfo Lima <[EMAIL PROTECTED]> 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/

Fix C++0x regressions for gcc-4.3

2008-02-23 Thread Rodolfo Lima
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