From: "Yu, Mingli" <mingli.yu@windriver.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>,
Adrian Bunk <bunk@stusta.de>
Subject: Re: [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue
Date: Wed, 17 Apr 2019 15:49:19 +0800 [thread overview]
Message-ID: <5CB6DA7F.3020106@windriver.com> (raw)
In-Reply-To: <CAMKF1soGYt5qNKtQMuCDmjvqgsc5B=qfjrt-3jSvUR4PmY1UsA@mail.gmail.com>
On 2019年04月17日 02:00, Khem Raj wrote:
> On Tue, Apr 16, 2019 at 1:40 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>
>>
>>
>> On 2019年04月16日 00:21, Adrian Bunk wrote:
>>> On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote:
>>>>
>>>> What are you trying to convey ? That’s what I mentioned before I began my
>>>> reply however to reiterate my point was if a package is not usually built
>>>> and tested with this combination which is evident because it fails to build
>>>> then how good would it be if we fix this error especially complex packages
>>>> like compilers so is it worth to fix them or disable Og for them
>>>
>>> Packages that usually get built and tested with -Og should be pretty rare,
>>> and these specific build failures are better at finding the rare packages
>>> that use -Werror than pointing at potential miscompilations.
>>>
>>> >From a distribution point of view, a package build with -Werror by
>>> default is arguably a bug since this frequently breaks when something
>>> is changed (usually the compiler version).
>>>
>>> -Og is better suited than the -O that was previously used for debugging,
>>> but are we talking about debug builds or production builds?
>>> If users would be using DEBUG_OPTIMIZATION in production builds that
>>
>> Thanks Adrian and Khem's response!
>> We indeed don't use DEBUG_OPTIMIZATION in production build.
>>
>> But still comes question: how to silence gcc-sanitizers build failure
>> when debug build enabled?
>>
>> Thanks,
>>
>>> would be wrong - this will always be a mostly untested situation
>>> with an increased probability of hitting bugs noone else has seen
>>> before.
>
> disable warning as errors.
Hi Khem,
I don't quite get what you mean. Disable warning as errors?
As https://gcc.gnu.org/ml/gcc-patches/2019-04/msg00315.html, gcc
upstream thinks the build error is meaningless when compile
gcc-sanitizers with -Og and suggests not use -Og to compile for
gcc-sanitizers.
So I send out the patch to add the workaround [DEBUG_OPTIMIZATION_append
= " -Wno-error"] to silence the error when debug build is enabled for
gcc-sanitizers.
If the workaround isn't suitable, then how to silence the
-Werror=maybe-uninitialized issue build error when debug build enabled?
Thanks,
>
>>>
>>> cu
>>> Adrian
>>>
>
next prev parent reply other threads:[~2019-04-17 7:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-19 8:44 [PATCH] gcc-sanitizers: fix -Werror=maybe-uninitialized issue mingli.yu
2019-03-26 1:37 ` Yu, Mingli
2019-04-04 9:36 ` Yu, Mingli
2019-04-05 22:01 ` Khem Raj
2019-04-08 6:40 ` [PATCH v2] " mingli.yu
2019-04-09 2:32 ` [PATCH v3] " mingli.yu
2019-04-09 3:53 ` Khem Raj
2019-04-15 9:27 ` Yu, Mingli
2019-04-15 9:38 ` Adrian Bunk
2019-04-15 14:19 ` Khem Raj
2019-04-15 16:21 ` Adrian Bunk
2019-04-16 8:45 ` Yu, Mingli
2019-04-16 18:00 ` Khem Raj
2019-04-17 7:49 ` Yu, Mingli [this message]
2019-04-17 17:14 ` Khem Raj
2019-04-22 5:45 ` Yu, Mingli
2019-04-22 8:41 ` [PATCH v4] " mingli.yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5CB6DA7F.3020106@windriver.com \
--to=mingli.yu@windriver.com \
--cc=bunk@stusta.de \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox