]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree: Hide wi::from_mpz from GENERATOR_FILE
authorKewen Lin <linkw@linux.ibm.com>
Thu, 13 Jul 2023 02:22:26 +0000 (21:22 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Thu, 13 Jul 2023 04:12:15 +0000 (23:12 -0500)
commita7f6e6c483bcb9888d680e47e29c4a7859a61d4f
tree1f9cd5e7aadd1544365d1f161ab1f1131fe11bf5
parent7f0700a689db8828e81e5dcaf7f6d474f2c4ec27
tree: Hide wi::from_mpz from GENERATOR_FILE

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.

gcc/ChangeLog:

* tree.h (wi::from_mpz): Hide from GENERATOR_FILE.
gcc/tree.h