Re: [patch] Remove expand_expr_stmt

2012-07-16 Thread Richard Guenther
On Sat, Jul 14, 2012 at 7:34 PM, Steven Bosscher wrote: > Hello, > > This patch removes expand_expr_stmt and inlines+folds it into its only user. > > This relies on TARGET_STACK_PROTECT_FAIL being a CALL_EXPR. The > documentation only says "a tree expression that (...) should involve a > call to a

[patch] Remove expand_expr_stmt

2012-07-14 Thread Steven Bosscher
Hello, This patch removes expand_expr_stmt and inlines+folds it into its only user. This relies on TARGET_STACK_PROTECT_FAIL being a CALL_EXPR. The documentation only says "a tree expression that (...) should involve a call to a @code{noreturn} function". I've changed this to explicitly state tha