Andreas Jaeger wrote:
# Fix for argument ‘clean_text_p’ might be clobbered by ‘longjmp’ or ‘vfork’
unprotoize.o-warn = -Wno-error
This is OK.
PR 21161 and PR 24239 are different instances of the same problem, so we
don't need another bug report for this. The previously mentioned PR
21059 is
Andreas Jaeger wrote:
Andreas Schwab <[EMAIL PROTECTED]> writes:
That's probably the same bug as PR21059.
That report even has a patch - but no action since december. Jim,
will you handle this one?
It isn't exactly the same problem, as there is no auto-inc address here.
So my patch in the
Andreas Schwab <[EMAIL PROTECTED]> writes:
> Andreas Jaeger <[EMAIL PROTECTED]> writes:
>
>> /cvs/gcc-svn/trunk/gcc/protoize.c: In function ‘edit_fn_definition’:
>> /cvs/gcc-svn/trunk/gcc/protoize.c:3506: warning: argument ‘clean_text_p’
>> might be clobbered by ‘longjmp’ or ‘vfork’
>
> That's pr
Ian Lance Taylor <[EMAIL PROTECTED]> writes:
> Andreas Jaeger <[EMAIL PROTECTED]> 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 year
Andreas Jaeger <[EMAIL PROTECTED]> 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/Makefil
Andreas Jaeger <[EMAIL PROTECTED]> writes:
> /cvs/gcc-svn/trunk/gcc/protoize.c: In function ‘edit_fn_definition’:
> /cvs/gcc-svn/trunk/gcc/protoize.c:3506: warning: argument ‘clean_text_p’
> might be clobbered by ‘longjmp’ or ‘vfork’
That's probably the same bug as PR21059.
Andreas.
--
Andrea
make proto on gcc trunk fails on Linux/x86_64 with:
/abuild/builds/gcc/./prev-gcc/xgcc -B/abuild/builds/gcc/./prev-gcc/
-B/opt/gcc/4.2-devel/x86_64-suse-linux-gnu/bin/ -c -DUNPROTOIZE -g -O2
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long