]> gcc.gnu.org Git - gcc.git/commit
testsuite: Fix up g++.dg/torture/pr92152.C test for ilp32 targets
authorJakub Jelinek <jakub@redhat.com>
Fri, 28 Feb 2020 08:44:53 +0000 (09:44 +0100)
committerJakub Jelinek <jakub@redhat.com>
Fri, 28 Feb 2020 08:44:53 +0000 (09:44 +0100)
commit5c3489a083b3d1f7085752045b99e429950c3906
tree39ede0fa474f5c38d76837571d0c0176a5dcdf40
parent8f22ba6d69f21fef231c7e68f997641cef7b7d72
testsuite: Fix up g++.dg/torture/pr92152.C test for ilp32 targets

2020-02-28  Jakub Jelinek  <jakub@redhat.com>

PR middle-end/92152
* g++.dg/torture/pr92152.C (size_t): Use decltype (sizeof (0)) instead
of hardcoding unsigned long.
(uint64_t): Use unsigned long long instead of unsigned long.
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr92152.C
This page took 0.064066 seconds and 5 git commands to generate.