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 <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:9d4d55a52d44b11e7621a5b455f2a38a32b37367 commit r9-8185-g9d4d55a52d44b11e7621a5b455f2a38a32b37367 Author: Jason Merrill <ja...@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.