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++/84045] [7 Regression] ICE when is_nothrow_default_constructible is used before #include<set>


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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Feb 15 22:01:33 2018
New Revision: 257713

URL: https://gcc.gnu.org/viewcvs?rev=257713&root=gcc&view=rev
Log:
        PR c++/84045 - ICE with typedef and noexcept.
        * except.c (build_noexcept_spec): Use strip_typedefs_expr.

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

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