This is the mail archive of the gcc-patches@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: 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? ;-)


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