https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126622
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kael Andrew Franco <[email protected]>: https://gcc.gnu.org/g:a82985a0acfb19dd1b2f0b7ead6c0fe34ccd8576 commit r17-4010-ga82985a0acfb19dd1b2f0b7ead6c0fe34ccd8576 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Tue Sep 8 16:04:53 2026 -0400 rust: Convert build_int_cst (NULL_TREE, cst). [PR126622] build_int_cst converts NULL_TREE to integer_type_node. Use build_int_cst (integer_type_node, cst) to to remove build_int_cst_type in the future. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR middle-end/126622 gcc/rust/ChangeLog: * backend/rust-builtins.cc (DEF_ATTR_INT): Use build_int_cst (integer_type_node, cst). Reviewed-by: Richard Biener <[email protected]> Signed-off-by: Kael Andrew Franco <[email protected]>
