------- Comment #1 from rguenth at gcc dot gnu dot org  2005-10-25 10:31 -------
Fixed in 4.0.2 (at least).

./cc1plus -quiet -o /dev/null -Wall /tmp/t.C 
/tmp/t.C: In function ‘int main(int, char**)’:
/tmp/t.C:22: error: no matching function for call to ‘V4sf::set4(float&)’
/tmp/t.C:9: note: candidates are: void V4sf::set4(float __vector__&)

verified on both x86_64 and i686.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
  GCC build triplet|gcc -g  -Wall vector_bug.cc |
                   |-lstdc++                    |
      Known to work|                            |4.0.2
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24515

Reply via email to