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: PR c++/10611 arithmetic operations on vectors


On Fri, Jun 10, 2005 at 03:50:11PM +0200, Giovanni Bajo wrote:
> Aldy Hernandez <aldyh@redhat.com> wrote:
> 
> > PR c++/10611
> > * cp/cvt.c (build_expr_type_conversion): Same.
> > * cp/typeck.c (build_binary_op): Handle vectors.
> > (common_type): Same.
> 
> The ChangeLog is wrong. You should patch cp/ChangeLog, which does not
> require "cp/" prefix for files.

Yes I know.  It's for the reviewer's readibility.  Imagine if I had posted
a patch with changes to both expr.c's.  How would you know which one I was
talking about?

I never commit the patches with cp/.


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