c++: trait patch tweak
commite410303f768fa7b020e46f3bd7d28381144e5340
authorJason Merrill <jason@redhat.com>
Fri, 8 Dec 2023 20:55:49 +0000 (8 15:55 -0500)
committerJason Merrill <jason@redhat.com>
Sun, 10 Dec 2023 18:11:22 +0000 (10 13:11 -0500)
tree495d64cfad7911068e764ce4530ab4ac460fe705
parentdf3559d951ba6572e254a1bd1ef9a34b6e543325
c++: trait patch tweak

As Patrick suggested elsewhere, let's move this into the default case.

gcc/cp/ChangeLog:

* parser.cc (cp_parser_simple_type_specifier): Move trait
handling to default label.
gcc/cp/parser.cc