This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/21748] gcc doesn't compile my c code (with some inline asm ocde) if compiling with optimization options
- 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: 25 May 2005 12:14:47 -0000
- Subject: [Bug tree-optimization/21748] gcc doesn't compile my c code (with some inline asm ocde) if compiling with optimization options
- References: <20050525112340.21748.sunmoon1997@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-25 12:14 -------
X should almost never used. if you are using inline-asm for mmx instruction, please use the mmx
intrinsics instead which are better optimized.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21748