https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81503
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The TREE_INT_CST_LOW part looks suspicious. Also, wide-int.h should provide enough infrastructure so that you should be able to do everything on wide-int, not have to create trees.