1. 02 Jan, 2002 2 commits
    • * warn_summary: Add -ada subdirectory flag. · 99e9e773
      From-SVN: r48457
      Kaveh R. Ghazi committed
    • c-common.h (genrtl_expr_stmt_value): Declare. · 1574ef13
      * c-common.h (genrtl_expr_stmt_value): Declare.
      * c-semantics.c (genrtl_goto_stmt): Redirect to...
      (genrtl_goto_stmt_value): ... this new function.  Pass new
      argument down to expand_expr_stmt_value, taking
      TREE_ADDRESSABLE into account.
      * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
      STMT_EXPR as addressable, i.e., one whose result we want.
      * expr.c (expand_expr): Don't save expression statement value
      of labeled_blocks or loop_exprs.
      * stmt.c (expand_expr_stmt): Redirect to...
      (expand_expr_stmt_value): ... this new function.  Use new
      argument to tell whether to save expression value.
      (expand_end_stmt_expr): Reset last_expr_type and
      last_expr_value if we don't have either.
      * tree-inline.c (declare_return_variable): Mark its use
      statement as addressable.
      * tree.h: Document new use of TREE_ADDRESSABLE.
      (expand_expr_stmt_value): Declare.
      
      From-SVN: r48456
      Alexandre Oliva committed
  2. 01 Jan, 2002 16 commits
  3. 31 Dec, 2001 22 commits