On October 5, 2016 5:28:39 PM GMT+02:00, Marek Polacek <pola...@redhat.com> wrote: >On Wed, Oct 05, 2016 at 05:25:23PM +0200, Jakub Jelinek wrote: >> Hi! >> >> As mentioned in the PR, ubsan.c uses ASM_GENERATE_INTERNAL_LABEL with >> static counters that aren't registered with GC, and those functions >can be >> called already during parsing, so we can get clashes between labels >> created during PCH creation and labels created afterwards. >> >> Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, >ok for >> trunk? > >Looks fine but I can't approve.
OK. Thanks, Richard. > Marek