> Hi! > > Other spots in cgraphunit.cc already call bitmap_obstack_initialize (NULL); > before running a pass list and bitmap_obstack_release (NULL); after that, > while process_new_functions wasn't doing that and with the new r15-130 > bitmap_alloc checking that results in ICE. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for > trunk?
OK. Maybe we want to backport this too? Honza