------- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-09 13:13 ------- Order of evaulation inside function agruments is not specified by the C standard as the comma inside the function arguments is not a sequence point. So the order of the calls to getc could be any order.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30133