[Bug c++/57572] vector operators don't participate in overload resolution

2021-08-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57572

Andrew Pinski  changed:

   What|Removed |Added

   Last reconfirmed||2021-08-12
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Andrew Pinski  ---
Confirmed.

[Bug c++/57572] vector operators don't participate in overload resolution

2013-10-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57572

--- Comment #1 from Marc Glisse  ---
Created attachment 30992
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30992&action=edit
vector-only patch

I have had this lying around for a while. IIRC it seemed to work, but it
doesn't handle the mixed vector-scalar operations (and maybe it was missing
other things as well).