https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119600
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > (In reply to Andrew Pinski from comment #0) > > Looks like I missed this while I implemented PR 13987. > > I missed it because I was changing HOST_WIDE_INT places and bitmap.h was > changed to use long in r0-47360-g72e42e26cb760d which I assume to fix a > similar compile time regression. I did that because the bitmap stuff was very high in the overall profiles. It didn't have anything to do with a compile-time regression, at least not directly.