https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117360
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- While you're at it, the <number>ULL uses in ext-dce.cc should be HOST_WIDE_INT_UC (<number>) or 1ULL should be HOST_WIDE_INT_1U.