On 04/14/2011 10:57 AM, Jason Merrill wrote:
We were just failing to check complain for this one error.
Er, actually that's the next patch. For this one, we were complaining in decay_conversion about misuse of void. I noticed that some other places avoid calling that on void operands, so that's what I did here as well.
Jason