[Bug target/17415] 3dNOW and gcc3.3 possible oddities

2005-01-18 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-18 09:52 --- *** This bug has been marked as a duplicate of 19161 *** -- What|Removed |Added St

[Bug target/17415] 3dNOW and gcc3.3 possible oddities

2005-01-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ssemmx http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17415

[Bug target/17415] 3dNOW and gcc3.3 possible oddities

2005-01-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-15 08:17 --- To fix the compiling C++/C example use the following code: typedef float V2SF __attribute__((mode(V2SF))); -- What|Removed |Added

[Bug target/17415] 3dNOW and gcc3.3 possible oddities

2004-12-19 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-19 15:05 --- With GCC4 (CVS HEAD) I can't compile the test case: t.cc:1: warning: specifying vector types with __attribute__ ((mode)) is deprecated t.cc:1: warning: use __attribute__ ((vector_size)) instead t.c