https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90915
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Marek Polacek <mpola...@gcc.gnu.org>: https://gcc.gnu.org/g:5d2246a32c638e9caea109e5dd9f182f5cd43b2a commit r11-471-g5d2246a32c638e9caea109e5dd9f182f5cd43b2a Author: Marek Polacek <pola...@redhat.com> Date: Thu May 7 21:10:42 2020 -0400 c++: Sorry about type-dependent arg for __builtin_has_attribute [PR90915] Until 92104 is fixed, let's sorry rather than crash. PR c++/90915 * parser.c (cp_parser_has_attribute_expression): Sorry on a type-dependent argument. * g++.dg/ext/builtin-has-attribute.C: New test.