gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.
authorMark Mitchell <mark@codesourcery.com>
Thu, 22 Apr 1999 17:37:02 +0000 (17:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 22 Apr 1999 17:37:02 +0000 (17:37 +0000)
commit3dcaad8b2d3698f4dc94e58176abd95fed4ddbf3
treee6e6611519677423e478e27c4d8172bb05fefd2c
parentad810b22b8476715dbd544924f92fb9ee2f60d52
gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN.

* gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes
with the RTL code RETURN.
* hash.h: Regenerated.
* lex.c (reinit_parse_for_block): Use RETURN_KEYWORD.
* parse.y: Replace RETURN with RETURN_KEYWORD throughout.
* parse.c: Regenerated.
* pt.c: Include varray.h.  Include rtl.h since varray.h requires
it.
(inline_parm_levels): New variable.
(inline_parm_levels_used): Likewise.
(maybe_begin_member_template_processing): Update them.
(maybe_end_member_template_processing): Use them, rather than
guessing how many levels to pop.

From-SVN: r26587
gcc/cp/ChangeLog
gcc/cp/gxx.gperf
gcc/cp/hash.h
gcc/cp/lex.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/crash39.C [new file with mode: 0644]