diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-03-17 11:12:59 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-03-17 11:16:04 +0100 |
commit | 994d48620621fa33d32018be5fb70042e38546d5 (patch) | |
tree | 1ceade0f45667dc6ac69131dcd4be75a5e475902 /libffi/Makefile.am | |
parent | fd857de80705be937d9780dbd394d006151713fe (diff) | |
download | gcc-994d48620621fa33d32018be5fb70042e38546d5.zip gcc-994d48620621fa33d32018be5fb70042e38546d5.tar.gz gcc-994d48620621fa33d32018be5fb70042e38546d5.tar.bz2 |
testsuite: Fix pr94185.C testcase on i686-linux with C++98 [PR94185]
I'm getting on i686-linux
FAIL: g++.target/i386/pr94185.C -std=gnu++98 (test for excess errors)
This is because of a diagnostic that 4294967295 is unsigned only in ISO C90.
Adding U suffix fixes it and the testcase still ICEs with unfixed gcc and
passes with current trunk.
2020-03-17 Jakub Jelinek <jakub@redhat.com>
PR target/94185
* g++.target/i386/pr94185.C (l): Use 4294967295U instead of 4294967295
to avoid FAIL with -m32 -std=c++98.
Diffstat (limited to 'libffi/Makefile.am')
0 files changed, 0 insertions, 0 deletions