On Thu, Sep 19, 2013 at 7:57 PM, Kevin Hilman build bot khilman@linaro.org wrote:
Warnings Summary: 16 5 crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
This one is weird. I don't see it with my toolchain here (vanilla 4.8.1). Looking at the function it seems odd that it has a large stack frame, it has some local variables but not that much.
-Olof