This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make proto fails
- From: Ian Lance Taylor <iant at google dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: 27 Jun 2006 23:05:26 -0700
- Subject: Re: make proto fails
- References: <m38xniwhpk.fsf@gromit.moeb>
Andreas Jaeger <aj@suse.de> writes:
> make proto on gcc trunk fails on Linux/x86_64 with:
Do you actually need protoize and unprotoize? I think it would be
nice to deprecate them. Prototypes have been available for at least
15 years now.
> The trivial workaround is to add to gcc/Makefile.in something like:
>
> # Fix for argument âclean_text_pâ might be clobbered by âlongjmpâ or âvforkâ
> unprotoize.o-warn = -Wno-error
>
> If I should submit this as patch, please tell me,
Looks good to me, not that I can approve it.
Ian