https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125889
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
LGTM. The point of handling implicitly_declared that way is so that they are
added after the explicitly declared and also that they are added in a
consistent order, not dependent on what exactly has been implicitly declared
earlier and what later.