https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126207
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Jason Merrill <[email protected]>: https://gcc.gnu.org/g:7e1a9a434c5b672a0b5efd20f2f0d10713940bd6 commit r17-2372-g7e1a9a434c5b672a0b5efd20f2f0d10713940bd6 Author: Vladislav Semykin <[email protected]> Date: Mon Jul 13 18:29:22 2026 -0400 c++: avoid double resolves_to_fixed_type_p call [PR126207] gcc/cp/ChangeLog: PR c++/126207 * cp-tree.h (typeid_evaluated_p): Add nonnull out-parameter. * rtti.cc (typeid_evaluated_p): Likewise; avoid calling resolves_to_fixed_type_p twice. (build_typeid): Adjust. Signed-off-by: Vladislav Semykin <[email protected]>
