On Mon, 18 Sep 2023, Jakub Jelinek via Gcc-patches wrote: > Hi! > > I'd like to ping this patch. > The C++ FE part has been approved by Jason already with a minor change > I've made in my copy. > Are the remaining parts ok for trunk?
In the C front-end changes, since you end up discarding any side effects from the type, I'd expect use of in_alignof to be more appropriate than in_typeof (and thus not needing to use pop_maybe_used). -- Joseph S. Myers jos...@codesourcery.com