ggc.h (GGC_RESIZEVEC): New.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 2 Dec 2005 12:37:15 +0000 (12:37 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 2 Dec 2005 12:37:15 +0000 (12:37 +0000)
commit7767580e64c75a8f2742013c91f55879c15d9386
tree474c190b932ebf02d011761d4c2e922cc80f4ac6
parenteeac616e62b2f1669fc5b0de912527b95fb81f6e
ggc.h (GGC_RESIZEVEC): New.

        * ggc.h (GGC_RESIZEVEC): New.

cp/
        * parser.c (cp_lexer_new_main): Usr GGC_RESIZEVEC instead of
        ggc_realloc.
        (cp_parser_template_argument_list): Use XRESIZEVEC instead of xrealloc.
        * class.c (pushclass): Likewise.

From-SVN: r107887
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/parser.c
gcc/ggc.h