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 <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:0968f7da26221bfc9203cd557c8636c0a0f24018 commit r10-6292-g0968f7da26221bfc9203cd557c8636c0a0f24018 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.