https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93907
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org --- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- commit r10-7135-g690de2b706baaec628b7534a82f7feb1c42df3b5 Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Mar 12 01:28:55 2020 +0100 testsuite: Fix concepts-using2.C failure on 32-bit targets [PR93907] The test FAILs on 32-bit targets that don't have __int128 type. 2020-03-12 Jakub Jelinek <ja...@redhat.com> PR c++/93907 * g++.dg/cpp2a/concepts-using2.C (cc): Use long long instead of __int128 if __SIZEOF_INT128__ isn't defined.