From: Alexandre Petit-Bianco Date: Thu, 16 Apr 1998 11:49:09 +0000 (-0700) Subject: tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e88caebd288e76f92169b9abe359578757a40d7c;p=gcc.git tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL. � * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL. Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated node is non NULL. Cache last file name and file name identifier node. From-SVN: r19235 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc13b0332b6..b9de0f9afdf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 15 11:33:09 1998 Alexandre Petit-Bianco + + * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL. + Propagate TREE_SIDE_EFFECTS and TREE_TYPE iff the encapsulated + node is non NULL. Cache last file name and file name identifier node. + 1998-04-15 Mark Mitchell * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get