semantics.c: New file, containing routines to perform the semantic phase of parsing.
authorMark Mitchell <mmitchell@usa.net>
Wed, 18 Mar 1998 10:52:04 +0000 (10:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 18 Mar 1998 10:52:04 +0000 (10:52 +0000)
commitad3212931059fbf2c069c11851c587a4e86380b3
treec837a98a88ced12290d46507bb5f3592c37addbc
parentcbe3672526c7686edca6e3c5e81a6bb9369f36e0
semantics.c: New file, containing routines to perform the semantic phase of parsing.

* semantics.c: New file, containing routines to perform the
semantic phase of parsing.
* parse.y: Use it.
* pt.c (tsubst_expr): Likewise.
* cp-tree.h: Declare the various functions in semantics.c.
Provide macros to access _STMT tree nodes.
* cp-tree.def: Add ASM_STMT tree node.
* Makefile.in, Make-lang.in: Add dependencies on and for
semantics.c.

From-SVN: r18658
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/Makefile.in
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/semantics.c [new file with mode: 0644]