From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126342 invoked by alias); 12 Sep 2017 19:25:25 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 126333 invoked by uid 89); 12 Sep 2017 19:25:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*att.net, H*MI:prd, H*M:prd, H*c:mimHpHrt X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Sep 2017 19:25:23 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 59b83486.7fc588082d80-smtp-out-n01; Tue, 12 Sep 2017 19:24:54 -0000 (UTC) Date: Tue, 12 Sep 2017 19:25:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <59b834851a7b8_130d3f896aba5c246647c@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 09259a: package/gcc: fix ICE on xtensa, PR target/82181 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59b834851a435_130d3f896aba5c2466394"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00004.txt.bz2 ----==_mimepart_59b834851a435_130d3f896aba5c2466394 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1947 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 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 Commit: aacd6f3b4a55848192cc7c322cf6a2fb0454a85a https://github.com/crosstool-ng/crosstool-ng/commit/aacd6f3b4a55848192cc7c322cf6a2fb0454a85a Author: Alexey Neyman 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 ----==_mimepart_59b834851a435_130d3f896aba5c2466394--