diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-07-29 09:33:09 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2024-07-29 09:33:09 +0200 |
commit | 331f23540eec39fc1e665f573c4aac258bba6043 (patch) | |
tree | 2d99f5957f8adca87caad05fcc55f89faabfb931 /gcc/tree-vectorizer.h | |
parent | 49339d8b7e03a7ba0d4a5e118af993f175485b41 (diff) | |
download | gcc-331f23540eec39fc1e665f573c4aac258bba6043.zip gcc-331f23540eec39fc1e665f573c4aac258bba6043.tar.gz gcc-331f23540eec39fc1e665f573c4aac258bba6043.tar.bz2 |
testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986]
The test fails on 32-bit targets (which don't support __int128 type).
Using unsigned long long instead still ICEs before the fix and passes
after it on those targets.
2024-07-29 Jakub Jelinek <jakub@redhat.com>
PR c++/115986
* g++.dg/cpp2a/consteval-prop21.C (operator "" _c): Use
unsigned long long rather than __uint128_t for return type if int128
is unsupported.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions