https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101803
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>: https://gcc.gnu.org/g:4285ca3e1c4a6c9540dcdf1c4a71b99aba9bbfe8 commit r12-3024-g4285ca3e1c4a6c9540dcdf1c4a71b99aba9bbfe8 Author: Patrick Palka <ppa...@redhat.com> Date: Thu Aug 19 09:07:02 2021 -0400 c++: Fix PR number in testcase [PR101803] Also clarify the description of CONSTRUCTOR_BRACES_ELIDED_P. PR c++/101803 gcc/cp/ChangeLog: * cp-tree.h (CONSTRUCTOR_IS_PAREN_INIT): Clarify comment. gcc/testsuite/ChangeLog: * g++.dg/cpp2a/class-deduction-aggr12.C: Fix PR number.