On Tue, May 12 2015, David Malcolm wrote: > On Tue, 2015-05-12 at 17:21 -0400, David Malcolm wrote: > [...] >> Thanks; I've removed the new warning from -Wall, making the appropriate >> trivial doc changes, and committed it to trunk (r223098; attached). > > ...having bootstrapped®rtested it on x86_64-unknown-linux-gnu > (Fedora 20).
This patch introduces a regression that can cause a wrong line number to be emitted for the backward-goto in a loop. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67192 Some new FAILs in the GDB test suite (when using upstream GCC) are due to this. Any chance that this gets fixed soon?