Is this a gcc bug?
Falk Hueffner
falk.hueffner@student.uni-tuebingen.de
Wed Jan 17 03:21:00 GMT 2001
Michael Eager <eager@mvista.com> writes:
> My sugguestion:
>
> undefined behavior: value of expression using 'x' is undefined
This would seem to imply that the behaviour is undefined because one
uses an undefined value. But that's not the case: the standard says
program behaviour is undefined even if you say x = ++x and never look
at x again. (At least IIRC.)
BTW, I would really like to mention the warning "sequence point" so
people have something to look up.
Falk
More information about the Gcc
mailing list