Commit 2600218b by Nathan Sidwell

Fix bad regexp

From-SVN: r52994
parent 0fa48989
......@@ -10,7 +10,7 @@ class A
{
public:
A & operator+=( int );
A & operator+( int ); // { dg-warning "`A& A::operator+(int)' should return by value" "" }
A & operator+( int ); // { dg-warning ".* should return by value" "" }
A operator+=( float );
A operator+( float );
};
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