https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43613
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=53912 --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /gcc/emit-rtl.c: Line 361: Fixed by r0-106223 /gcc/ggc-common.c: Line 310: r0-120670 (PR 53912) /gcc/graphite-dependences.c: Line 107: Removed. /gcc/src/gcc/pointer-set.c: Line 67: File full removed in 2014. /gcc/src/gcc/tree-dump.c: Line 168: Fixed by r0-120669 (53912) /gcc/src/gcc/cp/class.c: Line 6740, 6742, 6764, 6767, 6900: Fixed by r0-120604 (PR 53912) So just this one left I think: /gcc/src/gcc/ira-conflicts.c: Line 125: Still there, size_t is long long (64bits) while long is 32bits.