https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123892
Bug ID: 123892
Summary: eliminate CONST_CAST* uses in C++ code
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
system.h #defined CONST_CAST{,2,_TREE,_RTX,_RTX_INSN,_BB,_GIMPLE} should be
no longer necessary, we should use const_cast <> throughout the C++ code base.
