From: Andreas Schwab Date: Wed, 21 May 2014 09:36:06 +0000 (+0000) Subject: Amend: yes X-Git-Tag: releases/gcc-5.1.0~7417 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1c84c5ee3a59f12501b36f64bb6b7dc45dcd1c9;p=thirdparty%2Fgcc.git Amend: yes * g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t. From-SVN: r210687 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 802f6545c741..fb1e068b3bf4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-05-21 Andreas Schwab + + * g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t. + 2014-05-21 Oleg Endo PR target/54236 @@ -6,7 +10,7 @@ 2014-05-21 Igor Zamyatin PR c++/60189 - * c-c++-common/cilk-plus/CK/invalid_sync.cÑ: New test. + * c-c++-common/cilk-plus/CK/invalid_sync.c: New test. 2014-05-20 Jan Hubicka diff --git a/gcc/testsuite/g++.dg/cpp0x/pr61038.C b/gcc/testsuite/g++.dg/cpp0x/pr61038.C index b773000d3591..6c7a47bae737 100644 --- a/gcc/testsuite/g++.dg/cpp0x/pr61038.C +++ b/gcc/testsuite/g++.dg/cpp0x/pr61038.C @@ -5,7 +5,7 @@ #include void -operator "" _s(const char *, unsigned long) +operator "" _s(const char *, size_t) { } void