On 12/15/2015 04:16 PM, Patrick Palka wrote:
+  if (MAYBE_CLASS_TYPE_P (type))
+    ;

What does this patch do with conversion to const reference to class? I think we want to check MAYBE_CLASS_TYPE_P (non_reference (type)) here.

Jason

Reply via email to