Amend: yes

* g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t.

From-SVN: r210687
This commit is contained in:
Andreas Schwab 2014-05-21 09:36:06 +00:00
parent bffe67e708
commit c1c84c5ee3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-05-21 Andreas Schwab <schwab@suse.de>
* g++.dg/cpp0x/pr61038.C (operator "" _s): Use size_t.
2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54236
@ -6,7 +10,7 @@
2014-05-21 Igor Zamyatin <igor.zamyatin@intel.com>
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 <hubicka@ucw.cz>

View File

@ -5,7 +5,7 @@
#include <cstdlib>
void
operator "" _s(const char *, unsigned long)
operator "" _s(const char *, size_t)
{ }
void