[Bug c++/90731] [9/10 Regression] noexcept broken for forward declarations with decltype

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 28 14:54:00 GMT 2020


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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jason Merrill
<jason@gcc.gnu.org>:

https://gcc.gnu.org/g:9d4d55a52d44b11e7621a5b455f2a38a32b37367

commit r9-8185-g9d4d55a52d44b11e7621a5b455f2a38a32b37367
Author: Jason Merrill <jason@redhat.com>
Date:   Mon Jan 27 17:55:14 2020 -0500

    c++: Function declared with typedef with eh-specification.

    We just need to handle the exception specification like other properties of
    a function typedef.

        PR c++/90731
        * decl.c (grokdeclarator): Propagate eh spec from typedef.


More information about the Gcc-bugs mailing list