[crosstool-ng/crosstool-ng] 09259a: package/gcc: fix ICE on xtensa, PR target/82181
Alexey Neyman <[email protected]>
| Newsgroups | gmane.comp.gcc.cross-compiling |
|---|---|
| Message-ID | <59b834851a7b8_130d3f896aba5c246647c@hookshot-fe5-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/crosstool-ng/crosstool-ng
Commit: 09259ace3b2a02d6bf854f02c5f92837064697fc
https://github.com/crosstool-ng/crosstool-ng/commit/09259ace3b2a02d6bf854f02c5f92837064697fc
Author: Max Filippov <[email protected]>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
A packages/gcc/4.8.5/875-xtensa-fix-PR-target-82181.patch
A packages/gcc/4.9.4/876-xtensa-fix-PR-target-82181.patch
A packages/gcc/5.4.0/880-xtensa-fix-PR-target-82181.patch
A packages/gcc/6.4.0/870-xtensa-fix-PR-target-82181.patch
A packages/gcc/7.2.0/870-xtensa-fix-PR-target-82181.patch
Log Message:
-----------
package/gcc: fix ICE on xtensa, PR target/82181
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 <[email protected]>
Commit: aacd6f3b4a55848192cc7c322cf6a2fb0454a85a
https://github.com/crosstool-ng/crosstool-ng/commit/aacd6f3b4a55848192cc7c322cf6a2fb0454a85a
Author: Alexey Neyman <[email protected]>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
A packages/gcc/4.8.5/875-xtensa-fix-PR-target-82181.patch
A packages/gcc/4.9.4/876-xtensa-fix-PR-target-82181.patch
A packages/gcc/5.4.0/880-xtensa-fix-PR-target-82181.patch
A packages/gcc/6.4.0/870-xtensa-fix-PR-target-82181.patch
A packages/gcc/7.2.0/870-xtensa-fix-PR-target-82181.patch
Log Message:
-----------
Merge pull request #832 from jcmvbkbc/xtensa-fix-pr82181
package/gcc: fix ICE on xtensa, PR target/82181
Compare: https://github.com/crosstool-ng/crosstool-ng/compare/42cb9694fb77...aacd6f3b4a55