commit | 9786ca9af6b9c806f82a9aa789ffb86a918cbffb | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Sun Aug 19 23:44:11 2012 +0200 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 05:16:55 2013 +0530 |
tree | 907d04753a147ba19b02b0f44176d899403396d0 | |
parent | 4d4bc6e7777887d93340f577d9b46de4a7c75f26 [diff] |
tests: Use -fno-strict-aliasing for memtest There's just no way to do this piece correctly: int dummy = 0; printf("corrupting our stack...\n"); *(volatile long long*)&dummy = 0; Change-Id: If02ff71b3c23c3d8118694f6edba0ecf904baf8a Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>