This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49045] [C++0x] unexpected "different exception specifier" error with noexcept


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]