[Bug tree-optimization/27725] error in loop invariant motion tranformation
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 22 17:32:00 GMT 2006
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-22 17:32 -------
asm volatile("\tmovl (%1), %0\n"
"\tincl %0\n"
:"=r" (res) : "r" (pi));
You don't mark the access of pi as being clobering memory.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27725
More information about the Gcc-bugs
mailing list