Heads-up: volatile and C++

Jason Merrill jason@redhat.com
Thu Apr 14 21:42:00 GMT 2005


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

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

Jason



More information about the Gcc mailing list