http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56289
--- Comment #3 from Andrew Pinski 2013-02-11
18:40:06 UTC ---
(In reply to comment #2)
> But x was used inside the comma operator.
It is complaining about the right hand side which is y.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56289
--- Comment #2 from Thomas 2013-02-11 18:35:29
UTC ---
But x was used inside the comma operator.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56289
--- Comment #1 from Andrew Pinski 2013-02-11
18:32:58 UTC ---
(void) x, y;
You are only casting x to void and not y.