From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by sourceware.org (Postfix) with ESMTPS id 1CDA43858D3C for ; Mon, 22 Aug 2022 23:39:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1CDA43858D3C Received: by mail-pj1-x102f.google.com with SMTP id o14-20020a17090a0a0e00b001fabfd3369cso12925902pjo.5 for ; Mon, 22 Aug 2022 16:39:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=CCaOHhBv2hQo0GRKGXAYEcOcUCoPF7StptF6IHoYp4c=; b=lS8FVAht1F1lptPTKK/PPDq73cftoX/67D3DllMpkuydsuUPZgotfTj3tlVDCkEec8 K7myLBOQ8AV5PoGVY4YWt+FCWKEoR4iqfLIcBEJCunzVZ1M54k+SSPG6S4PxZ+C93POQ NDDZRM+PRkwehgZW2251B76OVQFyjndkN86P7n7ddIG0+RSlX+UHb7wmWBqB1CnDmQ8E CsYTLuho8mOuciB8l8dcO17YYpzMEsO/wJktM8oLVle7SbW2ZuKKQGNPb/Me78RHYwMC 2PUaUto/NKfJuC/YVtptroUoAI7eXZqvrwoPVtR0Un91CZpMhK0QhmnRrZ9arStiIK3B OM+w== X-Gm-Message-State: ACgBeo3tPbZjFzM1wmUgqAcy6Ju2in4rEsBh49VevpKx018mo0YV2k8P hj40xirXpfM5CE/+26/1SuRw8/f2E6Y= X-Google-Smtp-Source: AA6agR7FKD0eA/Xp2rPFpV01lOeAr11YolcTA2usFnyKNPnpc2d89spA8Q/7PpMJlWTZs+xrcEj0HQ== X-Received: by 2002:a17:902:8f8a:b0:170:8df4:eebd with SMTP id z10-20020a1709028f8a00b001708df4eebdmr22417882plo.116.1661211591187; Mon, 22 Aug 2022 16:39:51 -0700 (PDT) Received: from [172.31.0.204] (c-73-98-188-51.hsd1.ut.comcast.net. [73.98.188.51]) by smtp.gmail.com with ESMTPSA id z21-20020aa79595000000b00536fc93b569sm124472pfj.200.2022.08.22.16.39.50 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 22 Aug 2022 16:39:50 -0700 (PDT) Message-ID: Date: Mon, 22 Aug 2022 17:39:49 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: Warn about conversion from floating point to integers Content-Language: en-US To: gcc-help@gcc.gnu.org References: <20220822173203.GP25951@gate.crashing.org> <20220822230153.GS25951@gate.crashing.org> From: Jeff Law In-Reply-To: <20220822230153.GS25951@gate.crashing.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2022 23:39:54 -0000 On 8/22/2022 5:01 PM, Segher Boessenkool wrote: > Hi! > > On Mon, Aug 22, 2022 at 09:48:01PM +0200, Andrea Bocci wrote: >> For the avoidance of doubt, "PR" in this context means "problem report" >>> i.e. bug report, not "pull request". > Yeah, sorry for the confusion. We talk about PRs in GCC a lot, since > time immemorial, long before github existed anyway. We do not use > github's workflows, they are not suitable for us. Likely goes all the way back to the days when we used PRMS/GNATS for bug tracking, so probably 25 years. jeff