Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/tftp



In article <20130329185322.AAB97175C8%cvs.netbsd.org@localhost>,
Radoslaw Kujawa <source-changes-d%NetBSD.org@localhost> 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



Home | Main Index | Thread Index | Old Index