Re: [PATCH 3/2] c++: INIT_EXPR trial constexpr folding
Jason Merrill <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/26 5:11 PM, Patrick Palka wrote: > Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK > for trunk only? OK. > + tree folded = maybe_constant_init (from, to, > + (data->flags & ff_mce_false > + ? mce_false : mce_unknown)); I wonder about making this ?: a cp_fold_data member function. Jason