From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id EC07A3858D1E for ; Wed, 17 Aug 2022 12:47:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EC07A3858D1E Received: by mail-ej1-x62a.google.com with SMTP id j8so24315883ejx.9 for ; Wed, 17 Aug 2022 05:47:05 -0700 (PDT) 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; bh=FIBI6thMKGQqGBhmFbre95TMPiXdF04rP8eS2yVvqVI=; b=YVxF4UeKdZ2p8kJQwd0IjDo+MqjRAvZI8jS5mSPb+fudn2mrRxLygEvXnLiFqkITKq jH0NrT2F6KKfqEu+6Qo5GIHVOnEjJSNzbQP/DS5Xmr+kuyPk/zLfHwwQyThJ+oz4kIU8 c1qTURc/xOWeJ7KSbvZZ69o0YL6ibXADDr+CiTo7vgfP7tjI8QwgUpWiVNO9M65+e3Xj NbO2HlIvbE1F9yfZtFaqNlwnqLwsbH3Bu8UWDpZQezOZ1D9cQ5mdRyYZudOYdauDYrgI 4upZep8g1HeBkCHJ7dO9kdpYNq/+WXqUH8nkvYg6Y0tQaJdY7+ZQ42ZVMg5e6ncYHCEH XCGA== X-Gm-Message-State: ACgBeo3Mby1cmwSYnhaLUS3nvXxDwaODr27dlhb47k4JbMqwQqrAvQ0S HNwFzdTxOEL90/VKT7kZz985Yg/hhweLgwF7gwo= X-Google-Smtp-Source: AA6agR74m5TnapBAIvna89kBi4m/9Tjh0HvToBTrXXXWKrJEQBC87GCro0vspGr8MEawvb3Vx3re8ka5I5AZxQGJD0g= X-Received: by 2002:a17:907:3e28:b0:731:7ee0:add5 with SMTP id hp40-20020a1709073e2800b007317ee0add5mr16263146ejc.215.1660740424751; Wed, 17 Aug 2022 05:47:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 17 Aug 2022 14:46:51 +0200 Message-ID: Subject: Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch To: Aaron Gray Cc: GCC Development 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, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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:47:08 -0000 On Wed, 17 Aug 2022, 13:43 Aaron Gray via Gcc, wrote: > Hi, > > 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 ? > I don't think so, but I can't check now. I would ask Doug Gregor where that code can be found now. > Also I am wondering if the original concepts-lite code is available too > anywhere please ? > Define "original". Andrew Sutton's Concepts Lite implementation was merged into GCC trunk, and evolved to also support C++20 concepts. > Also any pointers to the documentation for the current implementation ? > Only comments in the code, I think.