On 12/14/2015 05:08 PM, H.J. Lu wrote:
+ if (abi_version_at_least (10)) + TYPE_EMPTY_RECORD (t) = is_really_empty_class (t);
This should use is_empty_class or CLASSTYPE_EMPTY_P. We don't want to change how classes with just a vptr are passed.
Otherwise, it looks OK to me. Jason