https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94346
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Sebor <mse...@gcc.gnu.org>: https://gcc.gnu.org/g:52f24a9e989300506f812bacb8cc302a8bf03a06 commit r10-7428-g52f24a9e989300506f812bacb8cc302a8bf03a06 Author: Martin Sebor <mse...@redhat.com> Date: Fri Mar 27 14:24:03 2020 -0600 PR c++/94346 - [9/10 Regression] ICE due to handle_copy_attribute since r9-3982 gcc/c-family/ChangeLog: PR c++/94346 * c-attribs.c (handle_copy_attribute): Avoid passing expressions to decl_attributes. Make handling of different kinds of entities more robust. gcc/c-c++-common/ChangeLog: PR c++/94346 * c-c++-common/attr-copy.c: New test.