This is the mail archive of the gcc-help@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: Can a float volatile asm be used as optimization barrier?


> This is exactly what the manual says. ?The asm has no side-effects
> except to change __old. ?And __old is not used, which means that any
> statements which assign a value to __old are unnecessary and may be
> removed. ?Since the only effect of the asm is to change __old, it is
> removed.

I really have gotten a misunstanding about the manual. ;-)
Thanks a lot.


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