|
Message-ID: <alpine.LNX.2.20.13.1811102017240.4457@monopod.intra.ispras.ru> Date: Sat, 10 Nov 2018 20:21:41 +0300 (MSK) From: Alexander Monakov <amonakov@...ras.ru> To: musl@...ts.openwall.com Subject: Re: [PATCH] Fix many compiler warnings On Sat, 10 Nov 2018, Sedrubal wrote: > Hello, > > I'm building musl for aarch64 with clang and get many compiler warnings > (mostly Wbitwise-op-parentheses, Wshift-op-parentheses and Wlogical-op-parentheses). > I tried to fix them (and I hope, I did not introduce new bugs). By building the library twice (with and without your patch) and checking whether generated binary code remains the same, you can test if your patch changes meaning of the code. (although you'd need to make sure that differences in debug info, if any appear due to your changes, are discounted, for example by invoking 'strip' first) Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.