]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/ChangeLog
c.opt (Wnoexcept-type): New.
authorJason Merrill <jason@redhat.com>
Sat, 4 Mar 2017 19:21:38 +0000 (14:21 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 4 Mar 2017 19:21:38 +0000 (14:21 -0500)
commit108154ff26b048cc4c3a0e35c7778a653f6ac184
tree1833d80a5c83857aa6da98b3a7d65dd30babf109
parent1ff4bae6b55130e47855af1baf9a022b6e65e8e2
c.opt (Wnoexcept-type): New.

* c.opt (Wnoexcept-type): New.

gcc/cp/
* mangle.c (mangle_decl): Check -Wnoexcept-type instead of
-Wc++1z-compat.

From-SVN: r245894
gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/doc/invoke.texi
gcc/testsuite/g++.dg/cpp1z/noexcept-type11a.C [new file with mode: 0644]