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: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2004 18:17:47 -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 bangerth at dealii dot org 2004-06-18 18:17 -------
Ah, ok. Nevertheless, I now get this with a slightly tweaked testcase:
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -O2 -c x.ii
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -O2 -c x.ii -msse3
/tmp/cclivP4u.s: Assembler messages:
/tmp/cclivP4u.s:106: Error: suffix or operands invalid for `add'
Why is it only failing with -msse3?
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16064