Re: [PATCH] c/104505 - ICE with internal function call in diagnostic expression

2022-02-14 Thread Jakub Jelinek via Gcc-patches
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 >

[PATCH] c/104505 - ICE with internal function call in diagnostic expression

2022-02-14 Thread Richard Biener via Gcc-patches
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 PR c/104505 gcc/c-family/ * c-pretty-print.cc (c_pretty_printer::po