https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123102
--- Comment #13 from David Binderman <dcb314 at hotmail dot com> --- (In reply to David Binderman from comment #12) > dcb@raspberrypi:~/cvise $ for i in ~/gcc/results.202003*/bin/gcc; do echo > $i; $i -w -fno-strict-aliasing -O1 bug1159.c && ./a.out 1 2>&1 | grep > "checksum after hashing g_163 :" ; done > /home/dcb/gcc/results.20200317.1fef0148be4b4066/bin/gcc > ...checksum after hashing g_163 : 133818A3 > /home/dcb/gcc/results.20200325.6e4cd3cd259af2b5/bin/gcc > ...checksum after hashing g_163 : DF92183D > dcb@raspberrypi:~/cvise $ > > That is a range of 156 commits. I now have it downto 20 commits: g:75b7b7fdc4597170 .. g:6e4cd3cd259 Only one commit in that range is ARM specific: commit 6e4cd3cd259af2b5e04986a3f2222528a4f9f762 Author: Jakub Jelinek <[email protected]> Date: Wed Mar 25 19:06:45 2020 +0100 arm: Fix ICE caused by arm_gen_dicompare_reg [PR94292]
