Hi,

I guess I can as well ping this - still in my tree, no issues so far...

On 03/04/2015 07:29 PM, Paolo Carlini wrote:
Hi,

today while working a bit on Bugzilla I found this issue which should be easy to fix, not a regression, therefore possibly post 5.0. At parsing time, cp_parser_lambda_introducer ends up calling real_lvalue_p on the lambda initializer (via add_capture), but then the initializer, which is a CALL_EXPR, crashes immediately lvalue_kind because its TREE_TYPE is not set (we are dealing with a template function). I guess that, in this case too, we want to check first dependent_type_p. Tested x86_64-linux.

    https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00241.html

Thanks,
Paolo.

Reply via email to