]> code.ossystems Code Review - openembedded-core.git/commit
gcc: backport patch for gcc bug 61144
authorSaul Wold <sgw@linux.intel.com>
Sat, 11 Oct 2014 06:46:16 +0000 (23:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Oct 2014 07:06:52 +0000 (08:06 +0100)
commit365221f7285c0e392f573deaab3b1e00b12bc293
tree765350850e425e6beb0e2a0219e5f6e581015998
parent7b9161dd0c475cca6ea7eb507f7c3c51869eb493
gcc: backport patch for gcc bug 61144

This fixes gcc bug 6144, which in my case exhibited itself as a kernel
module that failed to load. This was because static platform_data
structures were being corrupted with the optimiser being set to any
value other than -O0.

Originally-submitted-by: Peter Urbanec <openembedded-devel@urbanec.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.9.inc
meta/recipes-devtools/gcc/gcc-4.9/0056-top-level-reorder_gcc-bug-61144.patch [new file with mode: 0644]