https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121500
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Patrick Palka <[email protected]>: https://gcc.gnu.org/g:88cd641c38a2a4ed69fc90098c9480e17904b1a2 commit r17-419-g88cd641c38a2a4ed69fc90098c9480e17904b1a2 Author: Patrick Palka <[email protected]> Date: Sat May 9 09:01:11 2026 -0400 c++: always walk DECL_VALUE_EXPR in cp_genericize_r [PR121500] This patch makes cp_genericize_r unconditionally walk DECL_VALUE_EXPR as per the TODO from r16-7523. PR c++/121500 gcc/cp/ChangeLog: * cp-gimplify.cc (cp_genericize_r): Unconditionally walk DECL_VALUE_EXPR. Reviewed-by: Jason Merrill <[email protected]>
