On Fri, Mar 25, 2022 at 4:08 PM Alex Coplan via Gcc-patches
wrote:
>
> Hi,
>
> I noticed that, while the C/C++ frontends invoke the GENERIC match.pd
> simplifications to do early folding, the debug output from
> generic-match.cc does not appear in the -fdump-tree-original output,
> even with -fdum
Ping.
https://gcc.gnu.org/pipermail/gcc-patches/2022-March/592307.html
On 25/03/2022 15:07, Alex Coplan via Gcc-patches wrote:
> Hi,
>
> I noticed that, while the C/C++ frontends invoke the GENERIC match.pd
> simplifications to do early folding, the debug output from
> generic-match.cc does not
Hi,
I noticed that, while the C/C++ frontends invoke the GENERIC match.pd
simplifications to do early folding, the debug output from
generic-match.cc does not appear in the -fdump-tree-original output,
even with -fdump-tree-original-folding or -fdump-tree-original-all. This
patch fixes that.
For