Commit 1dc15b0b by Marek Polacek Committed by Marek Polacek

* g++.dg/cpp0x/pr57101.C: Use proper type for size_t.

From-SVN: r221855
parent f7484978
2015-04-03 Marek Polacek <polacek@redhat.com>
* g++.dg/cpp0x/pr57101.C: Use proper type for size_t.
2015-04-02 Marek Polacek <polacek@redhat.com>
PR c++/65642
......
// { dg-do compile { target c++11 } }
// { dg-options "-fcompare-debug" }
typedef long unsigned size_t;
typedef __SIZE_TYPE__ size_t;
namespace
{
template < typename _Tp, _Tp __v > struct integral_constant
......
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