aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/7.2.0
Commit message (Collapse)AuthorAgeFilesLines
* package/gcc: fix ICE on xtensa, PR target/82181Max Filippov2017-09-121-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>
* GCC: 7.1 -> 7.2Alexey Neyman2017-08-1721-0/+1442
Signed-off-by: Alexey Neyman <stilor@att.net>