Hi,
On 06/08/2015 06:16 PM, Jason Merrill wrote:
On 05/22/2015 02:46 PM, Paolo Carlini wrote:
take a type, not a decl, as first argument.
Why? This complicates calls.
Yes, but, on the other hand, it's more consistent with the arguments of
the various digest_init_*. Also, we don't really use the DECL per se,
*only* its TREE_TYPE in the body. Thus, all in all, I decided to propose
that, but sure, I don't have a strong opinion...
Could you also check that we do the right thing for mem-initializers?
Sure I will.
Paolo.