Re: [C++ PATCH] Fix up static_cast/reinterpret_cast parsing in template argument (PR c++/57771)

2013-07-03 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix up static_cast/reinterpret_cast parsing in template argument (PR c++/57771)

2013-07-03 Thread Jakub Jelinek
Hi! When parsing static_cast (expression) part inside of template argument, greater_than_is_operator_p isn't temporarily set and thus the parser considers >> in C++11 there as end of the the template argument, despite this appearing before terminating ). Fixed thusly, bootstrapped/regtested on x8