https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95548
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Jan Hubicka <hubi...@gcc.gnu.org>: https://gcc.gnu.org/g:eae728e6597727393b96886c77dbf0727a9fa720 commit r10-8630-geae728e6597727393b96886c77dbf0727a9fa720 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Jun 8 10:30:48 2020 +0200 testsuite: Fix up pr95548.C testcase. 2020-06-08 Jakub Jelinek <ja...@redhat.com> PR lto/95548 * g++.dg/torture/pr95548.C: Change from dg-do compile to dg-do link, add return type for main, for __SIZEOF_INT128__ test with __uint128_t enumerator constants and add a test with unsigned long long enumerators for all targets. (cherry picked from commit 296d644b9f526e44fbe574426f24799c1d545fd3)