From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by sourceware.org (Postfix) with ESMTPS id 19C7A385829D for ; Tue, 4 Oct 2022 16:27:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 19C7A385829D 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-ej1-x629.google.com with SMTP id a26so30028006ejc.4 for ; Tue, 04 Oct 2022 09:27:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=uSrB4D2TNV0GVkSJRVCViQ/SQv5U+oluZsJb6RpN3Wo=; b=eyw5yMocC8toTzrDizYh5rect+jJfOBWifbg4GwUmlqeyZnp9oiHfZGA4dZ1s8eOAA p+YP5ntZKKSOm8NocTv/m999ckR0l91J9slWiKU6H5Kx3hUoT1ptbsxdlkcc/0LQ+VR4 FSJIFz8ze/hqAt+/CMcArRYwdellVdivIduy7VyKhC5aubdM3eCTJ9fQ3iVdE+aNy/bm /21ueOFnernUjDHxXcLPYVNawoeL82wrLL/TXcR+zs7dS/LWrdragft3x0WPo8wTXU3d FtWgzA5nfAbY2F0/YHtS/5bOuZaBzBIssdK+jipbjYEjSYNMWm4J+zwxkOP8MVRMQd9B nuRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=uSrB4D2TNV0GVkSJRVCViQ/SQv5U+oluZsJb6RpN3Wo=; b=0aQMehLBJJOD1bYj/y3at9JUMa6L15VvkNhv+4eMNYPToUz7mb4LlVbmZTFI6NqKMl OGlJiaavQVo1Z224iuZ5Cgdl1BfV3t5zxKn9XZLKw7yiZaJr8YayUz+0rWjSRERO9J3C hpK9uefUMB2tDEMcN1Xsh+nvd/xVBHNJQjh4Im+bTXPWpoyNwSf4Ku76q1HY8dCHWhNQ QVLPAr7sl/VyVgqYETv+O8/TQ5Lz0jQJvqq5wBpYUG/PUAxlfPeRx+48TsZlcovDmbjm dwFuzzJw+ypwri5x2A1H2GMP8wAdDA71L3ykpwnJ1tWj9UYIfaCleA8A3WjGfbStEg9F ht7w== X-Gm-Message-State: ACrzQf1VoRIXZimmvEIQI2NK2IhBXx+388tzeRfwKOfDrdgYg9pZPyCD FKssFZIST3/Ab2Wq/kEIWAuynKdTTVcN51twHGdEy9X7ilE= X-Google-Smtp-Source: AMsMyM5Dw5x0U+sF1cNHa5OZuQR8CXkUoF3FEFZ3XV3RSvSiQpNSp2osvWBn6DT1cPjj5csz8h2gbltxOwwkMHh1zdE= X-Received: by 2002:a17:907:d91:b0:78d:1e79:ce66 with SMTP id go17-20020a1709070d9100b0078d1e79ce66mr1929983ejc.736.1664900862783; Tue, 04 Oct 2022 09:27:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Edelsohn Date: Tue, 4 Oct 2022 12:27:29 -0400 Message-ID: Subject: Re: gcc-bug in gcc-11 To: Shivam Rajput Cc: gcc@gcc.gnu.org Content-Type: multipart/alternative; boundary="0000000000008333f205ea37f08e" X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000008333f205ea37f08e Content-Type: text/plain; charset="UTF-8" On Tue, Oct 4, 2022 at 12:18 PM Shivam Rajput via Gcc wrote: > Hey, I was trying to build clang's libcxx on my ubuntu 22.04 and it has > gcc-11.2 by default most prolly, but while building libcxx there was an > error about using the deleted function but it seems that overloaded > resolution in gcc-11 has a bug https://godbolt.org/z/GPTPYaobb , it > consider wrong overloaded function , although i build libcxx using gcc-12 . > Thanks for alerting us to the issue. Please use the process described at the following link to report bugs. https://gcc.gnu.org/bugs/ Thanks, David --0000000000008333f205ea37f08e--