In article <20110723221743.b79a617...@cvs.netbsd.org>, Martin Husemann <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: martin >Date: Sat Jul 23 22:17:43 UTC 2011 > >Modified Files: > src/tests/lib/libc/ssp: h_raw.c > >Log Message: >gcc optimizes away the side effect free call to the "poke" function which >is supposed to smash our stack in this test case. >So: make it print out some dummy value based on the smashing changes. > > Declare sum volatile instead?
christos