From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches To: op-tee@lists.trustedfirmware.org Subject: Re: [PATCH 000/141] Fix fall-through warnings for Clang Date: Mon, 23 Nov 2020 17:05:30 -0800 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0122517865352623014==" List-Id: --===============0122517865352623014== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Tue, 2020-11-24 at 11:58 +1100, Finn Thain wrote: > it's not for me to prove that such patches don't affect code > generation. That's for the patch author and (unfortunately) for reviewers. Ideally, that proof would be provided by the compilation system itself and not patch authors nor reviewers nor maintainers. Unfortunately gcc does not guarantee repeatability or deterministic output. To my knowledge, neither does clang. --===============0122517865352623014==--