Re: [PATCH] tree.h: Hide wi::from_mpz from GENERATOR_FILE

2023-06-30 Thread Richard Biener via Gcc-patches
On Fri, Jun 30, 2023 at 7:20 AM Kewen.Lin wrote: > > Hi, > > Similar to r0-85707-g34917a102a4e0c for PR35051, the uses > of mpz_t should be guarded with "#ifndef GENERATOR_FILE". > This patch is to fix it and avoid some possible build > errors. > > Bootstrapped and regress-tested on

[PATCH] tree.h: Hide wi::from_mpz from GENERATOR_FILE

2023-06-29 Thread Kewen.Lin via Gcc-patches
Hi, Similar to r0-85707-g34917a102a4e0c for PR35051, the uses of mpz_t should be guarded with "#ifndef GENERATOR_FILE". This patch is to fix it and avoid some possible build errors. Bootstrapped and regress-tested on x86_64-redhat-linux, and powerpc64{,le}-linux-gnu. And cross-build well on