[Bug c++/10611] operations on vector mode not recognized in C++

2005-07-11 Thread aldyh at gcc dot gnu dot org
--- Additional Comments From aldyh at gcc dot gnu dot org 2005-07-11 14:42 --- I have just backported to the 4.0 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10611

[Bug c++/10611] operations on vector mode not recognized in C++

2005-07-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-11 14:24 --- Subject: Bug 10611 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-11 14:24:07 Modified files: gcc/cp : Change

[Bug c++/10611] operations on vector mode not recognized in C++

2005-07-10 Thread dirtyepic dot sk at gmail dot com
--- Additional Comments From dirtyepic dot sk at gmail dot com 2005-07-11 06:24 --- Has this been backported to the 4.0 branch now that it's open again? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10611

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10611

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-11 Thread bert dot hubert at netherlabs dot nl
--- Additional Comments From bert dot hubert at netherlabs dot nl 2005-06-11 14:13 --- Subject: Re: operations on vector mode not recognized in C++ Updated http://ds9a.nl/gcc-simd/ to this effect, thanks. On Sat, Jun 11, 2005 at 12:20:03AM -, aldyh at gcc dot gnu dot org wrote: >

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-10 Thread aldyh at gcc dot gnu dot org
--- Additional Comments From aldyh at gcc dot gnu dot org 2005-06-11 00:20 --- Fixed on mainline. Backported to 3.4. 4.0 patch will be committed once the branch is opened. -- What|Removed |Added --

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-11 00:16 --- Subject: Bug 10611 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-06-11 00:16:03 Modified files: gcc/cp : Change

[Bug c++/10611] operations on vector mode not recognized in C++

2005-06-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-10 17:35 --- Subject: Bug 10611 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-10 17:35:37 Modified files: gcc/cp : ChangeLog cvt.c typeck.c Added files

[Bug c++/10611] operations on vector mode not recognized in C++

2005-01-13 Thread dylan at q-games dot com
--- Additional Comments From dylan at q-games dot com 2005-01-14 01:41 --- I am implementing this locally to gcc 3.3.3, if it all seems to work ok I will attach the patches to this bug in a month or so (it's slow careful work). It's interesting because the side effect is the math opti

[Bug c++/10611] operations on vector mode not recognized in C++

2005-01-13 Thread wilson at specifixinc dot com
--- Additional Comments From wilson at specifixinc dot com 2005-01-13 22:36 --- Subject: Re: operations on vector mode not recognized in C++ On Wed, 2005-01-12 at 01:44, rguenth at tat dot physik dot uni-tuebingen dot de wrote: > --- Additional Comments From rguenth at tat dot phys

[Bug c++/10611] operations on vector mode not recognized in C++

2005-01-12 Thread rguenth at tat dot physik dot uni-tuebingen dot de
--- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de 2005-01-12 09:44 --- What is the status on this issue? I.e. +,-,*,/ on vector types for C++? Note that trying to work around this missing feature with operator overloading like v4sf operator+(const v4sf& a