tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.
authorAlexandre Petit-Bianco <apbianco@sendai.cygnus.com>
Thu, 16 Apr 1998 11:49:09 +0000 (04:49 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 16 Apr 1998 11:49:09 +0000 (04:49 -0700)
commite88caebd288e76f92169b9abe359578757a40d7c
tree8b429e2d4eaf03fe37636d897a4640e6e04ccff1
parent9fe9a2e1a0476ab249415e5c96d6ec1e4bd91d6a
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
gcc/ChangeLog