public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Diego Novillo <dnovillo@google.com>
To: Tom Tromey <tromey@redhat.com>
Cc: aph@redhat.com, gcc-patches@gcc.gnu.org
Subject: Re: VEC re-write [patch 09/25]
Date: Fri, 16 Nov 2012 18:52:00 -0000	[thread overview]
Message-ID: <CAD_=9DSAFtt-jFUVBNhrd=Ta-oyRVLNeWYUGXVWX6UN6ujJiAA@mail.gmail.com> (raw)
In-Reply-To: <87ip95v77z.fsf@fleche.redhat.com>

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.

      reply	other threads:[~2012-11-16 18:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15 21:54 Diego Novillo
2012-11-16 16:32 ` Tom Tromey
2012-11-16 18:52   ` Diego Novillo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAD_=9DSAFtt-jFUVBNhrd=Ta-oyRVLNeWYUGXVWX6UN6ujJiAA@mail.gmail.com' \
    --to=dnovillo@google.com \
    --cc=aph@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).