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


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