diff options
author | Alexandre Petit-Bianco <apbianco@sendai.cygnus.com> | 1998-04-16 04:49:09 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-04-16 04:49:09 -0700 |
commit | e88caebd288e76f92169b9abe359578757a40d7c (patch) | |
tree | 8b429e2d4eaf03fe37636d897a4640e6e04ccff1 /gcc | |
parent | 9fe9a2e1a0476ab249415e5c96d6ec1e4bd91d6a (diff) | |
download | gcc-e88caebd288e76f92169b9abe359578757a40d7c.zip gcc-e88caebd288e76f92169b9abe359578757a40d7c.tar.gz gcc-e88caebd288e76f92169b9abe359578757a40d7c.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <apbianco@sendai.cygnus.com> + + * 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 <mmitchell@usa.net> * c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get |