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: Robert Dewar <dewar at adacore dot com>
- To: Mike Stump <mrs at apple dot com>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, Richard Earnshaw <rearnsha at gcc dot gnu dot org>, Dave Korn <dave dot korn at artimi dot com>, Ian Lance Taylor <ian at airs dot com>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Mon, 28 Nov 2005 14:12:14 -0500
- Subject: Re: Why doesn't combine like volatiles? (volatile_ok again, sorry!)
- References: <200511281741.jASHf9Bc001892@earth.phy.uc.edu> <C87CBF81-389C-4360-A9BE-5835857EAD1B@apple.com>
Mike Stump wrote:
I disagree. For example, there is behavior mandated by the Standard
for C, such as this, that, reasonably, I think we have to follow. You
can argue that we don't have to follow the standard but I'm not just
going to listen to you.
Hmm, I guess I misread the standard, I thought it said the effect
was undefined.