From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9934 invoked by alias); 1 Aug 2017 06:20:16 -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 9665 invoked by uid 89); 1 Aug 2017 06:19:52 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-vk0-f48.google.com Received: from mail-vk0-f48.google.com (HELO mail-vk0-f48.google.com) (209.85.213.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Aug 2017 06:19:49 +0000 Received: by mail-vk0-f48.google.com with SMTP id d124so2495157vkf.2 for ; Mon, 31 Jul 2017 23:19:48 -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:cc; bh=XoCk4v1ypXFCcElW7je+JpBXMwsXIMyOQ3Xt8bvAeeQ=; b=RLNYmRrLmic5uLbK5Ws/JQwkF2Q9okWW9WE0d93ziQSFC6920sBoWiOINALCi3qi9r bv6FE5v9zcW9YaxQ1iIqo9WOYkKnTNgDqhfLdae1jfa543UXHxhlB76uBwSYp/oM1QmW lDJNUExVomvykt2PncgLIAuiKL/Uyz1243DkS76zHNYy4SFEj5iJy1FG1QhzLqrv99TK 3iCy3SEL4S+QyXUvk7lq5uMhIMX/eRRDtl0GKowieQzhve3eL1zM25yuL+KjStrxJrKM cEvXNFTj6pTD4hfXeXiziIbKgF8C5zxNVSxvbmY1uYAQbesmdBbXNqx32rDyAk1DOtAJ Cp5Q== X-Gm-Message-State: AIVw111LLJoubzc42pPhktq+GAvcDu3G7flgn3qBe73FnhZhvydH0svQ ffc87mucKINZEYLWj0qarbrLYQMElg== X-Received: by 10.31.155.19 with SMTP id d19mr12345222vke.196.1501568387116; Mon, 31 Jul 2017 23:19:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.68.218 with HTTP; Mon, 31 Jul 2017 23:19:46 -0700 (PDT) In-Reply-To: <7e81f3fc-a330-5f9f-fb4e-3c07ebc150bb@pobox.com> References: <7e81f3fc-a330-5f9f-fb4e-3c07ebc150bb@pobox.com> From: Uros Bizjak Date: Tue, 01 Aug 2017 06:20:00 -0000 Message-ID: Subject: Re: [PATCH 0/6] [i386] PR80969 Fix ICE with -mabi=ms -mavx512f To: Daniel Santos Cc: gcc-patches , Jan Hubicka , Martin Liska Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-08/txt/msg00014.txt.bz2 On Mon, Jul 31, 2017 at 7:28 PM, Daniel Santos wrote: > Well I just learned how to test 32-bit earlier and I've uncovered a problem > when running 32-bit tests. Do you want me to commit the the two patches > (squashed together) in the mean time? Yes, please commit two approved patches (with correct ChangeLog). Uros.