This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/41958] [c++0x] bogus variadic partial ordering code
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 05 Jul 2012 10:10:40 +0000
- Subject: [Bug c++/41958] [c++0x] bogus variadic partial ordering code
- Auto-submitted: auto-generated
- References: <bug-41958-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41958
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2009-11-05 22:41:18 |2012-07-05
CC| |redi at gcc dot gnu.org
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-05 10:10:40 UTC ---
That causes G++ to get the wrong results for the last two examples in 14.5.6.2
[temp.func.order]
FWIW clang++ has exactly the same behaviour as G++