From: Martin Liska Date: Wed, 23 Oct 2019 12:16:28 +0000 (+0200) Subject: Backport r276178 X-Git-Tag: releases/gcc-9.3.0~500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd08e79df8852135a474250e9ebbc139e9d8e1d;p=thirdparty%2Fgcc.git Backport r276178 2019-10-23 Martin Liska Backport from mainline 2019-09-27 Jakub Jelinek PR tree-optimization/91885 * gcc.dg/pr91885.c (__int64_t): Change from long to long long. (__uint64_t): Change from unsigned long to unsigned long long. From-SVN: r277318 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dfe4cf97b511..8e62740d260c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2019-10-23 Martin Liska + + Backport from mainline + 2019-09-27 Jakub Jelinek + + PR tree-optimization/91885 + * gcc.dg/pr91885.c (__int64_t): Change from long to long long. + (__uint64_t): Change from unsigned long to unsigned long long. + 2019-10-23 Martin Liska Backport from mainline diff --git a/gcc/testsuite/gcc.dg/pr91885.c b/gcc/testsuite/gcc.dg/pr91885.c index 934e8d3e6c34..35be32be559c 100644 --- a/gcc/testsuite/gcc.dg/pr91885.c +++ b/gcc/testsuite/gcc.dg/pr91885.c @@ -2,8 +2,8 @@ /* { dg-options "-O3 -fprofile-generate" } */ /* { dg-require-profiling "-fprofile-generate" } */ -typedef signed long int __int64_t; -typedef unsigned long int __uint64_t; +typedef signed long long int __int64_t; +typedef unsigned long long int __uint64_t; typedef __int64_t int64_t; typedef __uint64_t uint64_t; inline void