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: VEC re-write [patch 09/25]


On Fri, Nov 16, 2012 at 11:32 AM, Tom Tromey <tromey@redhat.com> wrote:

> Diego>                = build_utf8_ref (unmangle_classname (IDENTIFIER_POINTER (sig),
> Diego> -                                                    IDENTIFIER_LENGTH (sig)));
> Diego> -            e = &VEC_index (constructor_elt, v, idx--);
> Diego> +                    IDENTIFIER_LENGTH (sig)));
> Diego> +            e = &(*v)[idx--];
>
> Looks like a spurious reindentation of the IDENTIFIER_LENGTH line.

Thanks.  Fixed.


Diego.


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