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++/56268] [4.7/4.8 Regression] C++11 ICE with boost multi-precision and boost variant during assignment


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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-11 16:21:19 UTC ---
Author: jason
Date: Mon Feb 11 16:21:10 2013
New Revision: 195945

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195945
Log:
    PR c++/56268
    * semantics.c (classtype_has_nothrow_assign_or_copy_p): Call
    maybe_instantiate_noexcept.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/has_nothrow_copy-8.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/semantics.c


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