This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17759] Failure to emit code when using inline asm and optimizing
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2004 21:35:32 -0000
- Subject: [Bug c++/17759] Failure to emit code when using inline asm and optimizing
- References: <20040930210514.17759.tsuraan-gcc@xyons.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-30 21:35 -------
Invalid as you are lying to the compiler and saying the address are only accessed and not the memory
locations, clober "memory" and it will work.
AKA asm ("":::"memory");
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17759