On 10/10/22 18:36, Eugene Rozenfeld via Gcc-patches wrote:
The bug was introduced in f30e9fd33e56a5a721346ea6140722e1b193db42.
A variable (cur_locus_e) was incorrectly declared inside a loop.
I also moved two other declarations (last and locus) down to make
the code more clear.

Tested on x86_64-pc-linux-gnu.

gcc/ChangeLog:
        PR debug/107193
        * tree-cfg.cc (assign_discriminators): Move declaration of cur_locus_e
        out of the loop.

Thanks.  I suspect this caused the hppa bootstrap failure due to comparison mismatch as well.  Given it's an 8hr build, I'm inclined to just restart it once this patch goes in and hope rather than bisect :-)


jeff


Reply via email to