avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] OT Generic C question


From: Mike Murphree
Subject: Re: [avr-gcc-list] OT Generic C question
Date: Tue, 20 Sep 2005 09:59:11 -0500 (CDT)
User-agent: SquirrelMail/1.4.4

Alexandru Csete said:

> Please go and see the link http://www.eskimo.com/~scs/C-faq/s3.html
> posted by Russell. It makes it perfectly clear that there is no
> expected behaviour in this situation. There is even an equivalent
> example where
>
> int i = 3;
> i = i++;
>
> gave the values 3, 4 and 7 - each of them equally correct ;-)


If writing software for a safety critical system which I occasionally do,
I expect my compiler not to do "Bad Things"(TM) and it certainly violates
POLA as well.  Whether or not it is undefined behavior in the C standard
makes little difference to me...

Mike







reply via email to

[Prev in Thread] Current Thread [Next in Thread]