toolchain: gcc: backport patch for gcc 13 fixing access path analysis
authorNick Hainke <vincent@systemli.org>
Wed, 3 May 2023 14:46:52 +0000 (16:46 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 5 May 2023 13:46:38 +0000 (15:46 +0200)
commita6d689632c5326e4869937c0ff5f9c72f6190729
tree2079482dc4bef4e6f3d2534192a5c56b5976d996
parent29128b0bd43532404d965d22338554fce624db6a
toolchain: gcc: backport patch for gcc 13 fixing access path analysis

While improving access path analysis a typo happened. Now it can happen
that gcc misscompiles. The patch is fixing the issue. However, also
other gcc versions 10.2+ are affected. They also should be bumped or the
fix should be backported.

For more bug information have a look at:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109585

Signed-off-by: Nick Hainke <vincent@systemli.org>
toolchain/gcc/patches-13.x/001-rtl-optimization-109585-alias-analysis-typo.patch [new file with mode: 0644]