Re: [PATCH][GCC 13] Enable match.pd dumping with -fdump-tree-original

2022-05-06 Thread Richard Biener via Gcc-patches
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

Re: [PATCH][GCC 13] Enable match.pd dumping with -fdump-tree-original

2022-05-06 Thread Alex Coplan via Gcc-patches
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

[PATCH][GCC 13] Enable match.pd dumping with -fdump-tree-original

2022-03-25 Thread Alex Coplan via Gcc-patches
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