This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PR67192 (Was: Re: [PATCH 1/3] Implement -Wmisleading-indentation (v4))


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&regrtested 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]