Closed Quuxplusone closed 14 years ago
That's a massive test case. Do you think you could reduce it?
At this point, we need very small reduced testcases to drive C++ forward. If we can't do that, I recommend closing this as invalid.
Attached jsapi.cpp
(477571 bytes, application/octet-stream): test case
Attached 157.cpp
(259 bytes, text/x-c++src): small test case
We didn't add any built-in candidates for the array subscript, because only pointers trigger that. Now arrays are decayed to pointers for this purpose.
Fixed in r86140.
jsapi.cpp
(477571 bytes, application/octet-stream)157.cpp
(259 bytes, text/x-c++src)