Commit c1c84c5e by Andreas Schwab

Amend: yes

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

From-SVN: r210687
parent bffe67e7
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>
......
......@@ -5,7 +5,7 @@
#include <cstdlib>
void
operator "" _s(const char *, unsigned long)
operator "" _s(const char *, size_t)
{ }
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment