From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf31.google.com (mail-qv1-xf31.google.com [IPv6:2607:f8b0:4864:20::f31]) by sourceware.org (Postfix) with ESMTPS id CAD003858D1E for ; Wed, 17 Aug 2022 12:16:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CAD003858D1E Received: by mail-qv1-xf31.google.com with SMTP id j1so5129972qvv.8 for ; Wed, 17 Aug 2022 05:16:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=HxgOgCSzeqICXYO3y1+a+5Kk/uaDLZ5QjQOwkdoM9LI=; b=H74o13mHYlOIIhPg+PAgpLF/fAYI8nAyM0rzgW8ox5xZRBMeVYtzDGJEDoLsUIjpo9 MlayBejjVTB6wR94WdLsv2Owu+dKkilDP80u23+62joXQSoV9THv6S5EHxbcRe8Xd2nC yVWB3EQ+X/Fj0cokG5uEH6b5DFl8Ry8is17MLqa75aucbBDxtpPOPgspWxZpGyZzW//3 K+114LJyL0QH/2jF0FQp0N7on2FWm1r2oHaMKu85/dJIuPJqWTn/DoOezixgzhpDTdO8 derqXPn80o/psy0tjI2BYgq24On4EyqOLAxNqemCEqko84RuR1nlroWlOjQASwnTn8PP NWeA== X-Gm-Message-State: ACgBeo3Bs7OI1GtPu9SEqKC1E3CybEZoa+1wzgq9pNakxAd+ndOGOj0D fs4MwVYs65a9Ii0sXv4cDkQBTQ== X-Google-Smtp-Source: AA6agR5cwjyGh6cQrhlgEFFRP8DhKVuporq2ZpK2b9EYDxGf6h8mKQDzcPTk8ythbvwpDsNHkyaf0w== X-Received: by 2002:a05:6214:2485:b0:474:8008:c433 with SMTP id gi5-20020a056214248500b004748008c433mr21760247qvb.12.1660738614198; Wed, 17 Aug 2022 05:16:54 -0700 (PDT) Received: from localhost (cpe-142-105-146-128.nycap.res.rr.com. [142.105.146.128]) by smtp.gmail.com with ESMTPSA id h4-20020ac81384000000b00342fb07944fsm12270206qtj.82.2022.08.17.05.16.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Aug 2022 05:16:53 -0700 (PDT) Date: Wed, 17 Aug 2022 08:16:52 -0400 From: Ben Boeckel To: Aaron Gray Cc: GCC Development Subject: Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.6 (2022-06-05) X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2022 12:16:56 -0000 On Wed, Aug 17, 2022 at 12:42:42 +0100, Aaron Gray via Gcc wrote: > I am looking for the original ConceptGCC source code, the > https://www.generic-programming.org/software/ConceptGCC/download.html has > all broken links and the SVN is gone. > > Is this available on GCC git or SVN ? There is this repo that may be of interest: https://github.com/asutton/gcc No idea of the state of it though or how useful it is for C++20 Concepts. --Ben