]> gcc.gnu.org Git - gcc.git/commit - gcc/print-tree.c
tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Wed, 8 Apr 1998 14:03:48 +0000 (14:03 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 8 Apr 1998 14:03:48 +0000 (07:03 -0700)
commitbf1e5319c3c6a2e26470ca5e17340fff30b9510e
treeda1bfbbe113dd95c4e32fc4661d73298fc0876a6
parent1382bac6e8cd0595741e2d69e38e585232b73eba
tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.

d
Fri Apr  3 17:02:13 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
  * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.
  * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO,
  COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros.
  (build_expr_wfl): New prototype declaration.
  * tree.c (build_expr_wfl): New function, to build
   EXPR_WITH_FILE_LOCATION nodes.
  (copy_node): Don't zero TREE_CHAIN if copying a
   EXPR_WITH_FILE_LOCATION node.
  * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION.
  * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION.

From-SVN: r19049
gcc/ChangeLog
gcc/expr.c
gcc/print-tree.c
gcc/tree.c
gcc/tree.def
gcc/tree.h
This page took 0.058966 seconds and 5 git commands to generate.