From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id B06DC3858C83 for ; Tue, 4 Oct 2022 16:27:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B06DC3858C83 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-x62b.google.com with SMTP id b2so30046014eja.6 for ; Tue, 04 Oct 2022 09:27:29 -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=aZc/oWTNnNVD58VVCdMpDHT4s6pINx6rPPVHxm4r+Y8=; b=W1I8gUDj4eF+DzhQ8ljpSa823ye3OSIkZ2gJ378D1NnZ2DuU+qg9ezLEyy3uS8OPhB p9cHd6hjckV7eLyYyS9EGjF2N/M7Lqmg4R3522R4du0HBaLNeYhnskwOh4IoEhDMJZFi 2OxmacTBFrL1e38dh8p5M/r1f5pcVk9ziYRIIgkhaH7FeTXNshyaAdUR413fq/h+iX0c MWe1qrKdJ8tGPf6utgHljZbXq+dW8IvjwBNLWNO7pik2SIRqbjtvVs4JwzQDx8Po39IG j9y2dT25uVZuZYdWKSdKyIRznYJYv1yy5uvT2xtaQ33+cBunbEZJY8dKhlJ+04TQc7m1 ulhA== 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=aZc/oWTNnNVD58VVCdMpDHT4s6pINx6rPPVHxm4r+Y8=; b=nzl/MTS+6t1oztPhoSJBl7AFgs84Tq/vlKzxKf2pqv+L8crkWKYX8o42dCTFF7sVjw NLtb82MSgvoNnSJ5UmGbrZ2+41ZIrQrkXTymmjDRIxQ3zcApcwfuUgMLc13lu7RyBsvE wsKmT9XmR1JhINbar0Nwj64mPqepu+UDrJc9Jykxphdg4cxO0f9bnDXOzlLjmpyIPxXQ ySxDwvmP6vL3B4BTr14SZxCuMlOdZd3MT0LPecfajTHMWansurpF6JcqLBmi/YV5N4zk w3J1BvnHS94DROGsErXVVl9CGnO47Nd4LRyoQ3pjtuvClSz+IH+x86THf1MePDuu7m2b rv5w== X-Gm-Message-State: ACrzQf3j8WIYBf4nLm08B4LMd9sBOdFkjDnO5tjMD9Dp3enfRTlXISyk MFRGmsIupxVtPz0LWnHPGxTkIPuupjZiOQXEFe4= X-Google-Smtp-Source: AMsMyM5bCc8okUVWC0Srmt95KB/364t5leOHIySTKFWoPUkvWLX3XUc4FaGzgxvIn1JBbP3/p8kv8Mg0PnIbWEGp8zw= X-Received: by 2002:a17:906:cc5a:b0:789:dce3:c8a8 with SMTP id mm26-20020a170906cc5a00b00789dce3c8a8mr11433658ejb.386.1664900848247; Tue, 04 Oct 2022 09:27:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 4 Oct 2022 17:27:17 +0100 Message-ID: Subject: Re: gcc-bug in gcc-11 To: Shivam Rajput Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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: On Tue, 4 Oct 2022 at 17:17, 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 . Bug reports belong in Bugzilla please, not on this mailing list. https://gcc.gnu.org/bugs/