This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why doesn't combine like volatiles? (volatile_ok again, sorry!)
- From: Mike Stump <mrs at apple dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 28 Nov 2005 09:44:13 -0800
- Subject: Re: Why doesn't combine like volatiles? (volatile_ok again, sorry!)
- References: <10511281733.AA18573@vlsi1.ultra.nyu.edu>
On Nov 28, 2005, at 9:33 AM, Richard Kenner wrote:
And where is the standard for the language known as "GNU C"?
You can obtain the ISO definition for C from ISO:
61)The intent of this list is to specify those circumstances
in which an object may or may not be aliased.
[#7] An object shall have its stored value accessed only by
an lvalue expression that has one of the following types:61)
-- a type compatible with the effective type of the
object,
-- a qualified version of a type compatible with the
effective type of the object,