On Mon, Feb 14, 2022 at 10:32:52AM +0100, Richard Biener wrote: > The following handles internal function calls similar to how the > C++ frontend does, avoiding ICEing on those. > > Bootstrapped and tested on x86_64-unkown-linux-gnu, OK? > > Thanks, > Richard. > > 2022-02-14 Richard Biener <rguent...@suse.de> > > PR c/104505 > gcc/c-family/ > * c-pretty-print.cc (c_pretty_printer::postfix_expression): Handle > internal function calls. > > gcc/testsuite/ > * c-c++-common/pr104505.c: New testcase.
LGTM. Jakub