This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16064] Error: suffix or operands invalid for `add'
- 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: 18 Jun 2004 18:14:35 -0000
- Subject: [Bug tree-optimization/16064] Error: suffix or operands invalid for `add'
- References: <20040618175200.16064.mmokrejs@natur.cuni.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-18 18:14 -------
Not a bug, you are using the wrong constraint for the inline asm.
"X"(precalCoef)
which means it could anything.
Read <http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc/Simple-Constraints.html#Simple%
20Constraints>.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16064