In article <20130329185322.aab9717...@cvs.netbsd.org>,
Radoslaw Kujawa <source-changes-d@NetBSD.org> wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  rkujawa
>Date:          Fri Mar 29 18:53:21 UTC 2013
>
>Modified Files:
>       src/usr.bin/tftp: Makefile
>
>Log Message:
>Work around "variable might be clobbered by longjmp" gcc warning when
>compiling with CPUFLAGS=-march=armv7. Should be fixed properly one
>day...

Have you tried volatile? Can you provide more details? No matter what
this should be documented in HACKS if indeed it is a compiler bug, or
just make the variable volatile if it is not.

christos

Reply via email to