PR c++/92746 - ICE with noexcept of function concept check.
authorJason Merrill <jason@redhat.com>
Mon, 13 Jan 2020 23:13:46 +0000 (18:13 -0500)
committerJason Merrill <jason@redhat.com>
Tue, 14 Jan 2020 01:30:18 +0000 (20:30 -0500)
commitedabbec31e3bfc9a9757f80c8610706ed00e5a1a
tree065b4bf6ed94b2de06417a2db1aa6e5cdf9e4111
parent8ca4435f431f9b8049ebf102b5659f2d3e7be198
PR c++/92746 - ICE with noexcept of function concept check.

Another place that needs to specially handle Concepts TS function-style
concepts.

* except.c (check_noexcept_r): Handle concept-check.
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.dg/concepts/fn-concept3.C [new file with mode: 0644]