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
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,