Re: [Patch / RFC] PR C++/55944

2013-01-22 Thread Jason Merrill
OK. Jason

[Patch / RFC] PR C++/55944

2013-01-22 Thread Paolo Carlini
Hi, today I had a look to this PR, maybe it's simple enough to be fixed at this time. The issue is that we ICE in check_initializer in: init = build_functional_cast (type, init, tf_none); - if (init != error_mark_node) + if (TREE_CODE (init) == TARGET_EXPR)