This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49045] [C++0x] unexpected "different exception specifier" error with noexcept
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2011 16:03:56 +0000
- Subject: [Bug c++/49045] [C++0x] unexpected "different exception specifier" error with noexcept
- Auto-submitted: auto-generated
- References: <bug-49045-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49045
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-23 16:03:56 UTC ---
Author: jason
Date: Tue Aug 23 16:03:44 2011
New Revision: 177998
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177998
Log:
PR c++/49045
Core 1321
* tree.c (dependent_name): New.
(cp_tree_equal): Two calls with the same dependent name are
equivalent even if the overload sets are different.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/overload2.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/tree.c
trunk/gcc/testsuite/ChangeLog