Re: [Sablevm-developer] gcc bug or not?
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-03-07 02:59:25
|
On Sat, Mar 06, 2004 at 04:03:57PM -0500, David B?langer wrote: > So either the evaluation order of the arguments in C is undefined (gcc > gives no warning for that code) C is not Java: argument evaluation order is undefined in C. Portable C code should NOT assume any order. > Any suggestion/comments from C and gcc experts? I think I will put the C standard manual as a required reading for all my graduate students in the future. ;-) Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |