Re: [PATCH] Fix gimple_fold_stmt_to_constant regression

2014-11-15 Thread H.J. Lu
On Fri, Nov 14, 2014 at 4:39 AM, Richard Biener rguent...@suse.de wrote: Following up https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01233.html and fixing the regressions this caused as soon as I removed the dispatch to fold_unary (and more regressions it would have caused if I managed to

[PATCH] Fix gimple_fold_stmt_to_constant regression

2014-11-14 Thread Richard Biener
Following up https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01233.html and fixing the regressions this caused as soon as I removed the dispatch to fold_unary (and more regressions it would have caused if I managed to finish the idea to also remove the dispatches to fold_binary and fold_ternary...)