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++/77369] incorrect noexcept specification deduction


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77369

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Oct 23 19:06:37 2017
New Revision: 254022

URL: https://gcc.gnu.org/viewcvs?rev=254022&root=gcc&view=rev
Log:
        PR c++/77369 - wrong noexcept handling in C++14 and below

        * tree.c (strip_typedefs): Canonicalize TYPE_RAISES_EXCEPTIONS.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/noexcept31.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/g++.dg/cpp1z/noexcept-type13.C

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