This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.1 Issues
Andreas Jaeger <aj@suse.de> writes:
> -If your assembler instruction modifies memory in an unpredictable
> +If your assembler instruction access memory in an unpredictable
"accesses"
> fashion, add @samp{memory} to the list of clobbered registers. This
> will cause GCC to not keep memory values cached in registers across
> the assembler instruction. You will also want to add the
What does "in an unpredictable fashion" mean? ;-)