c++: Fix build with --enable-gather-detailed-mem-stats.
authorJason Merrill <jason@redhat.com>
Fri, 11 Dec 2020 19:35:20 +0000 (14:35 -0500)
committerJason Merrill <jason@redhat.com>
Fri, 11 Dec 2020 20:39:38 +0000 (15:39 -0500)
commit8bab7dce62e321e722346ba2db2d381bdf3fbe4b
treed9b496066e1606407776b0e3b1d3f3c8f8da649f
parent262784be3dcf91a712502b1f4f73e72155171f20
c++: Fix build with --enable-gather-detailed-mem-stats.

Nathan's recent patch added make_binding_vec defined with MEM_STAT_DECL, but
didn't add the parallel decoration to the forward declaration.

gcc/cp/ChangeLog:

* cp-tree.h (make_binding_vec): Add CXX_MEM_STAT_INFO.
gcc/cp/cp-tree.h