summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-9.3.inc
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-02-11 11:36:18 -0500
committerSteve Sakoman <steve@sakoman.com>2021-02-12 05:42:52 -1000
commit7cb7c5a97d936e35a155faf5b81f8b8545a0c23a (patch)
tree7d9d182f96bea03ae174f6d738de077f7534d077 /meta/recipes-devtools/gcc/gcc-9.3.inc
parent641c9f6a20672e26e66191e6363b534d5b87abf5 (diff)
downloadopenembedded-core-contrib-7cb7c5a97d936e35a155faf5b81f8b8545a0c23a.tar.gz
gcc-9.3.inc: Fix potential runtime crash
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 <jon.mason@arm.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-9.3.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-9.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-9.3.inc b/meta/recipes-devtools/gcc/gcc-9.3.inc
index 4c54ba250a..1c8e3df51d 100644
--- a/meta/recipes-devtools/gcc/gcc-9.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-9.3.inc
@@ -72,6 +72,7 @@ SRC_URI = "\
file://0001-aarch64-New-Straight-Line-Speculation-SLS-mitigation.patch \
file://0002-aarch64-Introduce-SLS-mitigation-for-RET-and-BR-inst.patch \
file://0003-aarch64-Mitigate-SLS-for-BLR-instruction.patch \
+ file://0001-Backport-fix-for-PR-tree-optimization-97236-fix-bad-.patch \
"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
SRC_URI[sha256sum] = "71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1"