This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] 09259a: package/gcc: fix ICE on xtensa, PR target/82181


  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 <jcmvbkbc@gmail.com>
  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 <jcmvbkbc@gmail.com>


  Commit: aacd6f3b4a55848192cc7c322cf6a2fb0454a85a
      https://github.com/crosstool-ng/crosstool-ng/commit/aacd6f3b4a55848192cc7c322cf6a2fb0454a85a
  Author: Alexey Neyman <stilor@att.net>
  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]