Re: [OE-core] [meta-oe][PATCH] gcc-9.3.inc: Fix potential runtime crash

2021-02-11 Thread Ross Burton
Missing patch headers. On Thu, 11 Feb 2021 at 15:57, Jon Mason wrote: > > GCCv9 tree vectorization code is faulty and can cause random crashes at > runtime (when using -O3). Add the backported patch to address this > issue. > > Signed-off-by: Jon Mason > --- >

[OE-core] [meta-oe][PATCH] gcc-9.3.inc: Fix potential runtime crash

2021-02-11 Thread Jon Mason
GCCv9 tree vectorization code is faulty and can cause random crashes at runtime (when using -O3). Add the backported patch to address this issue. Signed-off-by: Jon Mason --- meta/recipes-devtools/gcc/gcc-9.3.inc | 1 + ...-PR-tree-optimization-97236-fix-bad-.patch | 116