https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68580
Dmitry Vyukov <dvyukov at google dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dvyukov at google dot com
--- Comment #2 from Dmitry Vyukov <dvyukov at google dot com> ---
If you change types of:
int v;
int q;
int o;
to 'long long', does it fix the failure?
