https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92152
--- Comment #19 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:5c3489a083b3d1f7085752045b99e429950c3906 commit r10-6913-g5c3489a083b3d1f7085752045b99e429950c3906 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Feb 28 09:44:53 2020 +0100 testsuite: Fix up g++.dg/torture/pr92152.C test for ilp32 targets 2020-02-28 Jakub Jelinek <ja...@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.