This is the mail archive of the gcc@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: Heads-up: volatile and C++


>>>>> "Jason" == Jason Merrill <jason@redhat.com> writes:

 Jason> On Thu, 14 Apr 2005 15:47:44 -0500, Robert Dewar
 Jason> <dewar@adacore.com> wrote:
 >> [Ada standard]

 Jason> Yep, sounds a lot like C/C++: volatile reads and writes are
 Jason> required to have sequential ordering relative to each other,
 Jason> but (outside the current thread) they are not ordered relative
 Jason> to non-volatile reads and writes.

That sounds sensible, but I have no idea how you distilled that
meaning out of the text that Robert quoted.

	paul


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