This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: kill HOST_PTR_PRINTF
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Kaveh R. Ghazi" <ghazi at caipclassic dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 14 Aug 2005 20:28:38 +0200
- Subject: Re: [PATCH]: kill HOST_PTR_PRINTF
- References: <200508141720.j7EHKABs006795@caipclassic.rutgers.edu>
"Kaveh R. Ghazi" <ghazi@caipclassic.rutgers.edu> writes:
[...]
| * aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
| * configure.ac: Don't call gcc_AC_FUNC_PRINTF_PTR.
Instead of deleting the test entirely, I would rather see a mandatory
check that halt the build process if "%p" is not supported, i.e. a
kind of assertion.
-- Gaby