From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id 3232B3858D1E for ; Sat, 11 Mar 2023 16:18:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3232B3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x102b.google.com with SMTP id ce8-20020a17090aff0800b0023a61cff2c6so10159084pjb.0 for ; Sat, 11 Mar 2023 08:18:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678551525; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=PNVJs8ZNaDTjibGD8k4shJqa5r6zSvQ0nzXW3W3lpf0=; b=CpfPqPj+tTvNE8So0vGgvvlbUirvh7UTiRtlc6lXsTwzOW8JT4D50QRwC/OuDb6TWM R7+EVi8oFyHmzYlXNDOMlNTk/Itl2lCWCe/E8D4VdnqrT3S0iiVJfacV/WZo5AFuzTYj 4CSCWy3J0jVCd7AXv+yKPp/+bItod1Rxcdg5S3Yj+GEKDOKK8Ofcs4mcMrManTkI3R/g q9es508+PO5WF3CFSGrSJVbAj70/6Ef9do01JZ/IWuuTaXIoOF7/ZDptOTPou+MCxQzf SUeUp1HsdeAjTOWYtw13V77aYUmUcMFgrl81ukZzDex5bvSYk5Qq9w3ESXneZDnyhqak Rjsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678551525; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PNVJs8ZNaDTjibGD8k4shJqa5r6zSvQ0nzXW3W3lpf0=; b=BVGbzOLvn9SSDdFLYEDq4LNypmlLaVcGw3ygLaqM8+AirT0lbP7QtVZwBEgR6BCbxB 0S+qZ3MvoS0Vo+12A5Fqf1Hnnb4+T+qcvfJNtl+zI6j4I5L1kp4tqMWTrNFqgfXJVV+r M1+7CZ43gSjIVKBVqfcCfoQ/dUEJD8Vb61lLZjNEXnW7YNsbhMK70KN+15y3PjHl1sT0 OKIoRu3yjdFVSrS5DqNbl5abyvjDSI9W7vgKx0ANJf3KttZ/RIFHLLYCqZCAEWCDRHR8 ea2/BQBvOtxK6/VJO1po1IWRGO7T+EtukqdRTpAZIcLIHvvShPbXeirfKnYr1Z5/eM6Q 4XyA== X-Gm-Message-State: AO0yUKX3BTerb9nYyjIEmGlHME2XyBG8ERA9xrZVTEB+UrWV7fiis0eU tvoZHEyvntaoSn0R2XvNl1eg9TMOf3o= X-Google-Smtp-Source: AK7set/sWFnHbIb89G5tmPsL7vcCGtrkufMQ3zyE3L0iYZLB1DIZjJCkjAiGEPs0UUTjZDny2HalLw== X-Received: by 2002:a17:902:e5c2:b0:19c:d5c7:e3d5 with SMTP id u2-20020a170902e5c200b0019cd5c7e3d5mr35874174plf.65.1678551525131; Sat, 11 Mar 2023 08:18:45 -0800 (PST) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id d5-20020a655ac5000000b00502e1c50af3sm1729527pgt.45.2023.03.11.08.18.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 11 Mar 2023 08:18:44 -0800 (PST) Message-ID: <6b87f872-07b3-f39b-2ee5-99ad8f9dc62e@gmail.com> Date: Sat, 11 Mar 2023 09:18:43 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [Patch] gcc.c-torture/compile/103818.c: enable for llp64 too Content-Language: en-US To: Jonathan Yong <10walls@gmail.com>, Hans-Peter Nilsson Cc: Gcc Patch List References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/28/23 00:23, Jonathan Yong via Gcc-patches wrote: > On 2/28/23 02:10, Hans-Peter Nilsson wrote: >> On Sun, 26 Feb 2023, Jonathan Yong via Gcc-patches wrote: >> >>> Patch OK for master branch? I did not see any obvious issues to >>> exclude LLP64 >>> specifically. >> >> I see "lp64 || lp64" in that patch (which should preferably have >> been sent inline, as it's harder to quote an attached patch, >> QED).  Sending the wrong version?  Don't forget to test it. >> >> brgds, H-P > > Corrected, previous patch was manually applied from a corrupted patch file. > > 0004-gcc.c-torture-compile-103818.c-enable-for-llp64-too.patch > > From 52b1209193260a624f90c3ca759a83b975c2e8e0 Mon Sep 17 00:00:00 2001 > From: Jonathan Yong<10walls@gmail.com> > Date: Sun, 26 Feb 2023 06:34:04 +0000 > Subject: [PATCH 4/7] gcc.c-torture/compile/103818.c: enable for llp64 too > > gcc/testsuite/ChangeLog: > > * gcc.c-torture/compile/103818.c: enable test for llp64. This version is fine for the trunk. jeff