]> gcc.gnu.org Git - gcc.git/commit
decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 12 Sep 1999 02:45:30 +0000 (02:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 12 Sep 1999 02:45:30 +0000 (02:45 +0000)
commit5868eb4e0aa53750d7b6f916e5da5118961d083c
tree28184da20863a95f115b04d3f240978e07f36f9a
parent1ccbefcef21836d354e28c07e92fe9a5b5eaedcd
decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.

* decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.
(init_decl_processing): Don't set TREE_PERMANENT for the
error_mark_node.
(start_decl): Don't rebuild non-permanent ARRAY_TYPEs.
(grokdeclarator): Likewise.
(grokparms): Don't check TREE_PERMANENT when building up lists.
* decl2.c (grokfield): Don't assert TREE_PERMANENT.
(mark_inline_for_output): Likewise.
* expr.c (cplus_expand_expr): Don't check TREE_PERMANENT.
* init.c (build_offset_ref): Don't check TREE_PERMANENT.
* lex.c (check_newline): Don't check ggc_p; it is always one.
* pt.c (process_template_parm): Don't check TREE_PERMANENT.
* spew.c (yylex): Don't copy_node or probe_obstacks for
non-permanent CONSTANTs and STRINGs.
* tree.c (build_cplus_array_type_1): Don't fuss with
TREE_PERMANENT on ARRAY_TYPEs.

From-SVN: r29350
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/expr.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/pt.c
gcc/cp/spew.c
gcc/cp/tree.c
This page took 0.052881 seconds and 5 git commands to generate.