This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Regression: gcc-3.x fails to compile virtual inheritance withvariablenumber of argument method
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: tetron at interreality dot org
- Cc: gcc-bugs at gcc dot gnu dot org, Joe Buck <jbuck at synopsys dot com>
- Date: Thu, 06 Feb 2003 19:45:02 +0100
- Subject: Re: Regression: gcc-3.x fails to compile virtual inheritance withvariablenumber of argument method
The release notes for g++-3.2.1 suggest that this bug was fixed, however
my experience with g++ 3.2.2-1 in Debian is otherwise -- the bug persists.
Perhaps this is a problem with Debian, or was the bug in fact not fixed in
3.2.1? Has the fix been verified with the test case shown in the bug
report? Please help!
Hi. Looks like the bug is in the release notes instead ;)
Seriously, looking closely at the audit trail, it's clear that the fix, being
very invasive could be applied only to the mainline code, this means that will
appear in 3.3 _not_ in any 3.2.x release.
Ciao, Paolo.