https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
--- Comment #47 from David Binderman <dcb314 at hotmail dot com> --- (In reply to Richard Biener from comment #46) > What's the status here? I have difficulties to reproduce anywhere. Is this > fixed for sure on trunk at least? Looks fixed to me on trunk: foundBugs $ ~/gcc/results/bin/gcc -w -g -O2 bug895.c foundBugs $ ./a.out checksum = 95F158F5 foundBugs $ ~/gcc/results/bin/gcc -w -g -O3 -march=native -fno-strict-aliasing -ftrivial-auto-var-init=zero bug895.c foundBugs $ ./a.out checksum = 95F158F5 foundBugs $ ~/gcc/results/bin/gcc -w bug918.c foundBugs $ ./a.out checksum = 82D25348 foundBugs $ ~/gcc/results/bin/gcc -w -O2 -march=native -ftrivial-auto-var-init=zero bug918.c foundBugs $ ./a.out checksum = 82D25348 foundBugs $
