emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Silence two Clang warnings


From: Philipp Stephani
Subject: Re: Silence two Clang warnings
Date: Fri, 16 Jun 2017 16:53:46 +0000



Paul Eggert <address@hidden> schrieb am Do., 15. Juni 2017 um 21:35 Uhr:
On 06/15/2017 12:23 PM, Philipp Stephani wrote:
> Given that that message only appears with CFLAGS=-save-temps, we
> probably don't need to disable it. With my usual configuration
> (--enable-gcc-warnings, CFLAGS='-O0 -ggdb3') there are no warnings.

OK, I reverted that change then. This sounds like a bug in how Clang
generates warnings, as --save-temps shouldn't affect warnings like that.


Yes, it seems both Clang and GCC have such bugs. See https://bugs.llvm.org/show_bug.cgi?id=22949 for Clang and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57201 for GCC. They are easily reproducible, but apparently nobody treats them as high priority.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]