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:11:03 +0000 (08:11 +0100)
commit5548155519336dcc050ce744c1f8418bb8af0569
treecc94c8cdf448e90baec822b789219e09128f55b3
parentb37371fb46dd0f3bd14bc6816c6bec99d318c345
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>
(From OE-Core rev: 365221f7285c0e392f573deaab3b1e00b12bc293)

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]