From e206bafd9af9ab7b49eb5a9e4d4750df2647093c Mon Sep 17 00:00:00 2001 From: bothner Date: Thu, 16 Apr 1998 11:49:09 +0000 Subject: [PATCH] =?utf8?q?=EF=BF=BD=20=20=20=20=20=20=20=20=20*=20tree.c?= =?utf8?q?=20(build=5Fexpr=5Fwfl):=20Use=20NULL=5FTREE=20if=20the=20file?= =?utf8?q?=20name=20is=20NULL.=20=20=20=20=20=20=20=20=20Propagate=20TREE?= =?utf8?q?=5FSIDE=5FEFFECTS=20and=20TREE=5FTYPE=20iff=20the=20encapsulated?= =?utf8?q?=20=20=20=20=20=20=20=20=20node=20is=20non=20NULL.=20Cache=20las?= =?utf8?q?t=20file=20name=20and=20file=20name=20identifier=20node.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19235 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc13b03..b9de0f9 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 -- 2.7.4