summaryrefslogtreecommitdiff
path: root/packages/gcc/7.2.0/870-xtensa-fix-PR-target-82181.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-12-02Run all patches through renumbering and updateAlexey Neyman1-31/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-12package/gcc: fix ICE on xtensa, PR target/82181Max Filippov1-0/+31
Memory references to DI mode objects could incorrectly be created at offsets that are not supported by instructions l32i/s32i, resulting in ICE at a stage when access to the object is split into access to its subwords: drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: internal compiler error: in change_address_1, at emit-rtl.c:2126 Fixes: https://lkml.org/lkml/2017/9/10/151 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>