https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106959
--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> --- (In reply to Arseny Solokha from comment #0) > __int128 a = 0; No need for 'a' be __int128 here, int would suffice.
asolokha at gmx dot com via Gcc-bugs Fri, 16 Sep 2022 23:08:54 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106959
--- Comment #1 from Arseny Solokha <asolokha at gmx dot com> --- (In reply to Arseny Solokha from comment #0) > __int128 a = 0; No need for 'a' be __int128 here, int would suffice.