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: Ordered load/store attributes?


On Sun, Jul 25, 2004 at 12:14:13AM +0100, Dr. David Alan Gilbert wrote:
>   Are there any attributes that can be placed on a pointer or
> variable to say that accesses through/of it are made using ordered
> loads and store operations on architectures that perform reordering?
> (e.g. force use of ld.acq and st.rel on Itanium?)

volatile.


r~


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