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++/56071] friend class template cannot access private constructor in exception-specification


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56071

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2013-01-22 16:05:12 UTC ---
Author: jason
Date: Tue Jan 22 16:05:04 2013
New Revision: 195378

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195378
Log:
    PR c++/56071
    * pt.c (maybe_instantiate_noexcept): Don't defer access checks.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/noexcept20.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


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