testsuite: Fix concepts-using2.C failure on 32-bit targets [PR93907]
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Mar 2020 00:28:55 +0000 (01:28 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Mar 2020 00:28:55 +0000 (01:28 +0100)
commit690de2b706baaec628b7534a82f7feb1c42df3b5
tree96e6cce5999d3c9af9818397f48782d74090a920
parent923e1785276034ad2bc82ba996f13f66116228fb
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  <jakub@redhat.com>

PR c++/93907
* g++.dg/cpp2a/concepts-using2.C (cc): Use long long instead of
__int128 if __SIZEOF_INT128__ isn't defined.
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp2a/concepts-using2.C