From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53625 invoked by alias); 4 Sep 2017 08:56:22 -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 53072 invoked by uid 89); 4 Sep 2017 08:56:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=201709, night, you! X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Sep 2017 08:56:20 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C16E93F6B0; Mon, 4 Sep 2017 04:56:18 -0400 (EDT) Received: from anthias (vie-188-118-244-226.dsl.sil.at [188.118.244.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 152363F6A7; Mon, 4 Sep 2017 04:56:17 -0400 (EDT) Date: Mon, 04 Sep 2017 08:56:00 -0000 From: Gerald Pfeifer To: Richard Sandiford cc: gcc-patches@gcc.gnu.org Subject: Re: [00/77] Add wrapper classes for machine_modes In-Reply-To: <877exf8rja.fsf@linaro.org> Message-ID: References: <877exf8rja.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00148.txt.bz2 On Sun, 3 Sep 2017, Richard Sandiford wrote: > This sounds like the same as PR82045. Could you try the patch I posted > here: https://gcc.gnu.org/ml/gcc-patches/2017-09/msg00062.html ? Yep, that resolves it; tested per what you committed last night. Thank you! Gerald