Commit 95a2ecfe by Martin v. Löwis

Problem fixed in g++.

From-SVN: r25723
parent b97ef0a8
......@@ -14,7 +14,7 @@ private:
int main(){
CArray a;
double *pa = a + 1; // gets bogus error - should convert - XFAIL
double *pa = a + 1; // gets bogus error - should convert
return 0;
}
......
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