[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:51:00 GMT 2020


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

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

https://gcc.gnu.org/g:0968f7da26221bfc9203cd557c8636c0a0f24018

commit r10-6292-g0968f7da26221bfc9203cd557c8636c0a0f24018
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