https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85870
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-reduction | CC| |dmalcolm at gcc dot gnu.org --- Comment #10 from Martin Liška <marxin at gcc dot gnu.org> --- Obviously fails for the huge constructor in test_2.i: SOURCE_LINE (map, r) == 14 while to_line == 1048590 Note that line 14 is first element of the constructor. So maybe David can debug that? The test-case can't be reduced, one needs so huge initialization.