https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122392
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Josef Melcr <[email protected]>: https://gcc.gnu.org/g:5bfa8d3a3da73c8953001f98ba166561bf9e8a4b commit r16-4596-g5bfa8d3a3da73c8953001f98ba166561bf9e8a4b Author: Josef Melcr <[email protected]> Date: Fri Oct 24 11:12:44 2025 +0200 middle-end/122392 - Remove erroneous PASS_MEM_STAT annotation. Hi, this patch remvoes the annotation which causes the build to fail when configured with --enable-gather-detailed-mem-stats. I am very familiar with the mem stat system yet, so I'd leave annotating these functions for a future patch. gcc/ChangeLog: PR middle-end/122392 * attr-callback.cc (callback_build_attr): Remove erroneous annotation. Signed-off-by: Josef Melcr <[email protected]>
