re PR other/82352 (comdat-local function called by void h::i() outside its comdat)

PR ipa/82352
	* g++.dg/ipa/pr82352.C (size_t): Define to __SIZE_TYPE__ instead of
	long unsigned int.

From-SVN: r256266
This commit is contained in:
Jakub Jelinek 2018-01-04 22:13:17 +01:00 committed by Jakub Jelinek
parent fbd35ba1b3
commit 85e0b2c451
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2018-01-04 Jakub Jelinek <jakub@redhat.com>
PR ipa/82352
* g++.dg/ipa/pr82352.C (size_t): Define to __SIZE_TYPE__ instead of
long unsigned int.
2018-01-04 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/83683

View file

@ -2,7 +2,7 @@
// { dg-do compile }
// { dg-options "-O2" }
typedef long unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
class A
{