]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: decorate build_nop for -fmem-report
authorJason Merrill <jason@redhat.com>
Mon, 23 Dec 2024 13:48:11 +0000 (08:48 -0500)
committerJason Merrill <jason@redhat.com>
Wed, 8 Jan 2025 21:35:43 +0000 (16:35 -0500)
commitc42261d89538c416464c2191e4c72ec002a43cd0
treecf953a490ed1b7497ad2d799cd69d183f5207c46
parent325189c675017b73015aff250da14b68247b289f
c++: decorate build_nop for -fmem-report

The caller of build_nop seems more interesting than that tiny function
itself.

gcc/cp/ChangeLog:

* cp-tree.h (build_nop): Add CXX_MEM_STAT_INFO.
* typeck.cc (build_nop): Add MEM_STAT_DECL.
gcc/cp/cp-tree.h
gcc/cp/typeck.cc