This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ordered load/store attributes?
- From: Richard Henderson <rth at redhat dot com>
- To: "Dr. David Alan Gilbert" <gilbertd at treblig dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 24 Jul 2004 18:51:58 -0700
- Subject: Re: Ordered load/store attributes?
- References: <20040724231413.GC1247@gallifrey>
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~