This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/16064] Error: suffix or operands invalid for `add'


------- 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


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