https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120858
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|SUSPENDED |NEW --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So two things. For aarch64 and x86 (and riscv) (TARGET_SUPPORTS_WIDE_INT is true), const_wide_int should be able to use on the RTX side. Which is exactly what you want for > HOST_WIDE_INT. So this should not be suspended rather just confirmed. Considering Both the tree level supports wide_int (which is > HOST_WIDE_INT) and RTL also supports const_wide_int. It looks like this code was written originally based on much older GCC based on interfaces which most likely should be deprecated (though it is hard to change all of the previous code to use wide_int).