This is the mail archive of the gcc-patches@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]

Re: RFA: PR c++/10611 arithmetic operations on vectors


Aldy Hernandez wrote:
Hi folks.

Here's a very old bug that has been present since the C++ rewrite.

Arithmetic operations (+, -, *, etc) on vectors are currently broken on the C++ front-end. Here is a patch to fix them. Tests are currently running
on ppc-linux, but this fixes the PR and a few other cases I found.


If this is ok, I'd like permission to apply to 3.4, 4.0, and mainline.

Jason has approved this, but please do not apply to 4.0 until the freeze is liften.


Thanks,

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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