From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8113 invoked by alias); 24 Apr 2017 11:32:41 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 8093 invoked by uid 89); 24 Apr 2017 11:32:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy= X-HELO: mail-qk0-f172.google.com Received: from mail-qk0-f172.google.com (HELO mail-qk0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Apr 2017 11:32:34 +0000 Received: by mail-qk0-f172.google.com with SMTP id f76so33970841qke.2 for ; Mon, 24 Apr 2017 04:32:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=jUxDLrpcMtWDAYMOODbqUtig+09p2OYb7VvNQd1WyRo=; b=oXO6ah6bkGKpCqCjVk0afxUgqZ0WuC4VYgVFj3/sv6CkLSNt4dKhufZZA8q75/dpSn ACvbuuXdWcGdIUYGfhqRpIEZYpNxCwa9znsn7fJDnpjZOFTZOJATymDMPevqwhF2lKNv h1ujCsihDlPsiCbx9iAMcIAdryHJKqni/fsDr9fFVwMwgGgzS2jULj7tO2WvW3QDR4iZ sMtDafFDSdmKtPPFzy07J6ET564Nep3gXalHtikPQ3arpipuAhZavoNIubcB+LC8A9OZ QbAXPMkxRHtxv7GvRv2JjVbmIvJXnLQ2VyXuJ/jGJU2MN0RHDiypyT6FILWNgv9w8J5A z8RQ== X-Gm-Message-State: AN3rC/6NILjDTWQ5pFmO5Y+BGipJ6xGRMpnaraMOHYMG6Kt/Mc4ixPWB O31Xx8989was6YSnbr+5WWFNltk7Xj+4x3U= X-Received: by 10.55.201.26 with SMTP id q26mr18690276qki.107.1493033554786; Mon, 24 Apr 2017 04:32:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.45.213 with HTTP; Mon, 24 Apr 2017 04:32:04 -0700 (PDT) In-Reply-To: References: From: Jozef Lawrynowicz Date: Mon, 24 Apr 2017 11:40:00 -0000 Message-ID: Subject: Re: [PATCH] [MSP430] [STAGE 1] Fix PR78849: ICE on initialization of global struct containing __int20 array To: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-04/txt/msg01034.txt.bz2 On 24 April 2017 at 12:02, Jozef Lawrynowicz wrote: > The patch passed bootstrap and regression testing with no regressions > on recent trunk (r247020) for x86_64-pc-linux-gnu. > The patch passed regression testing with "-mcpu=msp430x/-mlarge" for > msp430-elf with no regressions, and fixed some failures in the gcc and > g++ testsuites: Building and testing GCC for msp430-elf was done on the gcc-6-branch, since trunk doesn't build with C++ enabled for msp430-elf.