Commit d3a8b79b by Jason Merrill

fix size_t

From-SVN: r24119
parent 11f39bb8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Build don't link: // Build don't link:
// Special g++ Options: // Special g++ Options:
typedef unsigned long size_t; typedef __SIZE_TYPE__ size_t;
struct A { struct A {
int operator?:(int a, int b); // WARNING - int operator?:(int a, int b); // WARNING -
......
// Build don't link: // Build don't link:
// GROUPS passed bad-errors // GROUPS passed bad-errors
typedef unsigned long size_t; typedef __SIZE_TYPE__ size_t;
class tt { class tt {
public: public:
......
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