This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: priority of operator
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Yongming wei <weiyongming2001 at yahoo dot com dot cn>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 1 Jan 2003 22:24:33 -0500 (EST)
- Subject: 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