public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Dodji Seketeli <dodji@redhat.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>, Jason Merrill <jason@redhat.com>
Subject: Re: [PATCH] PR 53528 c++/ C++11 Generalized Attribute support
Date: Thu, 26 Jul 2012 21:02:00 -0000	[thread overview]
Message-ID: <5011AB75.6010001@redhat.com> (raw)
In-Reply-To: <m34nouy2gy.fsf@redhat.com>

On 07/26/2012 08:19 AM, Dodji Seketeli wrote:
> +      attributes_table->scoped = XRESIZEVEC (struct scoped_attributes,
> +					     attributes_table->scoped,
> +					     attributes_table->len + 1);

A good clue that you want VEC's instead, with VEC_safe_push.


r~

  parent reply	other threads:[~2012-07-26 20:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-26 15:20 Dodji Seketeli
2012-07-26 16:32 ` Joseph S. Myers
2012-07-26 21:02 ` Richard Henderson [this message]
2012-07-27 16:09 ` Jason Merrill
2012-07-27 23:22 ` Jason Merrill
2012-08-10 20:05   ` Dodji Seketeli
2012-08-12  4:42     ` Jason Merrill
2012-08-15  7:43       ` Dodji Seketeli
2012-08-23  3:29         ` Jason Merrill
2012-09-17 15:36           ` Dodji Seketeli
2012-09-17 18:34             ` Jason Merrill
2012-09-18 13:52               ` Dodji Seketeli
2012-09-18 16:53                 ` Jason Merrill
2012-09-20  7:51                   ` Dodji Seketeli
2012-10-04 21:43                     ` Jason Merrill
2012-10-06  8:53                       ` Dodji Seketeli
2012-10-07 20:44                         ` Jason Merrill
2012-10-08 12:12                           ` Dodji Seketeli
2012-10-08 20:51                             ` Build failure with "[PATCH] PR 53528 c++/ C++11 Generalized Attribute support" Hans-Peter Nilsson
2012-10-09 14:49                               ` Dodji Seketeli
2012-10-12 17:18                         ` [PATCH] PR 53528 c++/ C++11 Generalized Attribute support Andreas Schwab
2012-10-09 12:55 Dominique Dhumieres
2012-10-09 13:48 ` Dodji Seketeli
2012-10-10 14:32 ` Dodji Seketeli

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=5011AB75.6010001@redhat.com \
    --to=rth@redhat.com \
    --cc=dodji@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@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).