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++/66684] [6 Regression] ICE in merge_exception_specifiers, at cp/typeck2.c:2114


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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 26 21:31:08 2015
New Revision: 225086

URL: https://gcc.gnu.org/viewcvs?rev=225086&root=gcc&view=rev
Log:
        PR c++/66684
        * typeck2.c (merge_exception_specifiers): Allow different
        noexcept-specifiers if we've had errors.

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


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