This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH Re: [ast-optimizer-branch]: Simplify STMT_EXPR's


On Thu, 20 Jun 2002, Jason Merrill wrote:

> --- 193,207 ----
>         tree next, pre, post;
>         int keep_stmt_p;
>         tree stmt = *stmt_p;
> +       int saved_stmts_are_full_exprs_p;
> + 
> +       /* Set up context appropriately for handling this statement.  */
> +       saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
> +       prep_stmt (stmt);
>   
What's the purpose of saved_stmts_are_full_exprs_p?  I don't see
it used anywhere else.

Thanks.  Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]