[PATCH] c++: Readd [LR]ROTATE_EXPR support to constexpr.c [PR94067]

2020-03-06 Thread Jakub Jelinek
Hi! Since r10-6527-gaaa26bf496a646778ac861aed124d960b5bf549f fold_for_warn will perform maybe_constant_value even on some cp_fold produced trees and so can include rotate exprs which were removed last fall from constexpr.c Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok fo

Re: [PATCH] c++: Readd [LR]ROTATE_EXPR support to constexpr.c [PR94067]

2020-03-09 Thread Jason Merrill
On 3/6/20 7:57 AM, Jakub Jelinek wrote: Hi! Since r10-6527-gaaa26bf496a646778ac861aed124d960b5bf549f fold_for_warn will perform maybe_constant_value even on some cp_fold produced trees and so can include rotate exprs which were removed last fall from constexpr.c OK. It's unfortunate that we'r