Re: [PATCH] fix misleading description in vec.h

2011-09-26 Thread Liang Wang
On Tue, Sep 27, 2011 at 9:27 AM, Liang Wang wrote: > Hi, > > I find that the description from line 36, gcc/vec.h is wrong.  It > should be the pointers in structure object variant are dereferenced > and the objects copied into the vector. > > The following patch makes the *former* and *latter* in

[PATCH] fix misleading description in vec.h

2011-09-26 Thread Liang Wang
Hi, I find that the description from line 36, gcc/vec.h is wrong. It should be the pointers in structure object variant are dereferenced and the objects copied into the vector. The following patch makes the *former* and *latter* in comment to point to the right thing. OK for trunk? By the way,