This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make proto fails


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]