aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches-13.x/001-rtl-optimization-109585-alias-analysis-typo.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: gcc: backport patch for gcc 13 fixing access path analysisNick Hainke2023-05-051-0/+69
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>