This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: priority of operator


On Wed, 1 Jan 2003, Yongming wei wrote:
>         i = i + ++i;

The behavior of this expression is undefined.  See
http://www.eskimo.com/~scs/C-faq/q3.1.html for another example.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]