From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by sourceware.org (Postfix) with ESMTPS id 1262C386103B for ; Thu, 3 Dec 2020 12:33:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1262C386103B Received: by mail-ed1-x529.google.com with SMTP id c7so1905188edv.6 for ; Thu, 03 Dec 2020 04:33:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Jk8ohNgeAGv/YW8H0kxRVkw97tFKm/qK5wrwfSnYk6A=; b=tqSmebYexE0Kr5SPXaILbJKujomwFnexcGfYKq5nV88SlItO0kiW7QiBP2aBgwj5QL CR+D/o8ijROpVknkwClMVkbcwBMAf0esvycDwiTdfqObgSAMy9hX1vskGlttZc7/Ukq4 cdEwIABRmYBt/xVU3VCqm47yIurwx8OttQOLn+eRC6YXXSgSLUoTe46zGwYitMn012Td DDFk/Rc+OwZtE1IvcJJjmVgxgVIlRXQVxmxX/kKwwAUEUOxyrp5oZX0udyxxvVgL5mVu X64xjQfZbQipWqhMZie60esn9lm6KoX0KmZrZwe7V7XML08xhQCmrWIS0JdBxIdA+ZLT yqjg== X-Gm-Message-State: AOAM532n6VZp0Af1NcEBGqoEw78FkdvLzua9S1+VfGQDp6ZRk5bZUmn5 E1AVUqbMvkDw8eHFw3M9T6ZlpYkyjzS8HZUWKhk= X-Google-Smtp-Source: ABdhPJwkJschvHepHt3yypjfI8qRa8pBNr5/pXNWP4yT6rNWL3+80GjuZMtQ7impKOm7RKejIIk9Jyh2CFj3KRCanyU= X-Received: by 2002:a50:fd8d:: with SMTP id o13mr2711776edt.248.1606998831171; Thu, 03 Dec 2020 04:33:51 -0800 (PST) MIME-Version: 1.0 References: <11167197.LmN1t0yOBY@fomalhaut> In-Reply-To: <11167197.LmN1t0yOBY@fomalhaut> From: Richard Biener Date: Thu, 3 Dec 2020 13:33:39 +0100 Message-ID: Subject: Re: [patch] Fix PR middle-end/98099 To: Eric Botcazou Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 12:33:54 -0000 On Thu, Dec 3, 2020 at 11:49 AM Eric Botcazou wrote: > > Hi, > > this replaces the ICE by a sorry message for the use of reverse scalar storage > order with a 128-bit decimal floating-point type on 32-bit platforms. > > Tested on x86-64/Linux, OK for the mainline? OK. Richard. > > 2020-12-03 Eric Botcazou > > * expmed.c (flip_storage_order): In the case of a non-integer mode, > sorry out if the integer mode to be used instead is not supported. > > > 2020-12-03 Eric Botcazou > > * gcc.dg/pr98099.c: New test. > > -- > Eric Botcazou