From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id 5E413394849E for ; Thu, 13 Jan 2022 12:36:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5E413394849E Received: by mail-wm1-x331.google.com with SMTP id f141-20020a1c1f93000000b003497aec3f86so3551560wmf.3 for ; Thu, 13 Jan 2022 04:36:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Y1oC8XLbXFHiaOXP9/cSgLOl//2wUTp3gesRVS75YSo=; b=6laJ0AfgJ5XE7xHtUMt1OQ1FNKHBb0h5ByokFKixPDcFos1Gj1XiAff89DEjJd8wtj X2dN/ayT42MuOsf82SF2qwXAlOMuHZyDGem7Np3HK/k/d9wSA1xPh0WLPcZAjaQVzNZ7 FVn+7ihbAywmzZYCJr5gHeDmVK2e5SJy2eatzKacsJo6C8NRB1vdQ6J3B4kbwZZo/u77 EqlaUAng/598lLkKclVHayQxT0IxQM8QHr5qy1ZD2mACNNbuHBEDJt1iekAbP0zd0Cvv fcZmZ9Rs27yDB7a4s/4UO01TQulXi0afjh4lxwSzeUnEjkFLcKtY+FS2o9DMuFwfUIFq RPyw== X-Gm-Message-State: AOAM531omS4zHh1dY5z1Ttv1E+w0Kvib7swWBbEwVPVHJAT2F3cbmBKj U0OZeOATkvbUBipxGIJLW3GKGw3AE0qfELEL+Gs= X-Google-Smtp-Source: ABdhPJzraPIutv/bi8I1LncVdZ7Pa8wYkaJQSiLiRWP9SGx9sXGA075Ky6GYaiAXgS/HplMwNIUbEVOP4jectqGUZ1Y= X-Received: by 2002:a05:600c:384c:: with SMTP id s12mr3748287wmr.108.1642077399407; Thu, 13 Jan 2022 04:36:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 13 Jan 2022 12:36:28 +0000 Message-ID: Subject: Re: New g++ folly compile error with gcc 11.x. Bisected to PR99445 c++: Alias template in pack expansion To: Alex Hornby Cc: "gcc-help@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 13 Jan 2022 12:36:42 -0000 On Thu, 13 Jan 2022 at 11:46, Alex Hornby via Gcc-help wrote: > > When compiling folly on Fedora 35 with gcc from the included 11.2.1-7 package, I found that the badge_test code fails to compile, whereas it builds fine with gcc 10.x and with the fedora 35 clang (13.0.0-3.fc35)). > > Bisecting from https://gcc.gnu.org/git/gcc.git with pre-processed source indicates problem introduced in commit: [a2531859bf5bf6cf1f29c0dca85fd26e80904a5d] c++: Alias template in pack expansion [PR99445] Please report this to Bugzilla, thanks.