https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126153
--- Comment #4 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to David Binderman from comment #2)
> Reduction abandoned. Failure to make progress with cvise.
My cvise script got as far as:
/usr/bin/gcc -w bug1227.c &&
./a.out &&
[ $? -eq 0 ] &&
~/gcc/results/bin/gcc -w -O3 -ftrivial-auto-var-init=zero bug1227.c &&
./a.out
but then $? is set to 139 and I can't figure out how to
get execution to continue to compare with zero.
