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: Remove unnecessary VEC function overloads.


On Mon, Sep 10, 2012 at 4:52 PM, Diego Novillo <dnovillo@google.com> wrote:
>
> Ian, could you commit the changes in go/gofrontend?

Done.  Actually, it looks like you already committed them, but I
brought the master repo up to date.

Ian


> 2012-09-10  Diego Novillo  <dnovillo@google.com>
>
>         * vec.h (vec_t::quick_push): Remove overload that accepts 'T *'.
>         Update all users.
>         (vec_t::safe_push): Likewise.
>         (vec_t::quick_insert): Likewise.
>         (vec_t::lower_bound): Likewise.
>         (vec_t::safe_insert): Likewise.
>         (vec_t::replace): Change second argument to 'T &'.


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