https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The cp/decl.c change looks weird, it is more readable to use one if with ||
instead of if (cond1) something; else if (cond2) something; where something is
the same in between.
