On Fri, Oct 14, 2016 at 1:24 AM, Florian Weimer <fweimer@xxxxxxxxxx> wrote:
On 10/14/2016 01:15 AM, Samuel Sieb wrote:
On 10/13/2016 12:04 PM, Richard Shaw wrote:
The following workaround was suggested by upstream and seemed to do theWhy would it be arch-dependent whether or not a variable needs to be
trick but upstream doesn't want to perform needless initialization on
platforms/arches that don't require it.
initialized?
These warnings are issued from the optimizers. There are some GCC optimizations which are architecture-specific and run very early, before the warnings discussed here are generated.
-Werror for optimizer-dependent warnings is usually not a good idea for this reason.
Any specific recommendations for this issue? Should the variables be initialized on x86_64 too or some kind of conditional implemented?
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx