From patchwork Mon Mar 20 19:37:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 66654 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8ACA0385842E for ; Mon, 20 Mar 2023 19:38:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8ACA0385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679341080; bh=Spsn01/18pLDioL+uritDLa1jaXQGHvL+AHtH0h3r5U=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=NQmMFdra2N7zAC4Qc7Y1Sq1JADvLoElN9kW2NQomPQ1PBXfwLxkfLTME9isTIb/my 5v5UxTJEiLyGELxr2WXyxtiuP0KJEL8w3FSimHuGoDFBVrxAqzAeo5+wVeOoCJUOYc DZVaotllGDDBs+BJ5zpEd1AfMPa7RcmDo/JSmvu0= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by sourceware.org (Postfix) with ESMTPS id 432793858C62 for ; Mon, 20 Mar 2023 19:37:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 432793858C62 Received: by mail-pj1-x102d.google.com with SMTP id fy10-20020a17090b020a00b0023b4bcf0727so13628300pjb.0 for ; Mon, 20 Mar 2023 12:37:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679341050; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Spsn01/18pLDioL+uritDLa1jaXQGHvL+AHtH0h3r5U=; b=zYbdUMw6ZA5akiVOUN72X1sBs/f1SYxQ/F/bW6HPNWuv+z4TYqsdGgMozUCJg4/Vs3 nUAlNxSSD69gnYODeneUdm+z9yGLgCXEzql06F9nhMVKr8x9TKaGzONNEbSGK+I2bjfe lv3HVX8fZYxCfiXyDcnxQswi2Wi/VavTT2bTEjJoM9QLv+ZboymOXXQ7T4U0MgHotqyh 5tF7J4x2TGYRqe9NKhLPhy/5EuCvCQSp+6qszXqSc8k4bQDAmqbaZm9H24dvZKO+cwA6 VYbbaOJhN9IgjzAFm629myh667B/SRC7fjvnbrsjsljVt3fEYtAKTxbtHk2kFq/FdNCw iPpA== X-Gm-Message-State: AO0yUKXA09hVvXe+Z2xHuxfTg8ia6C8alAYrUG1rVkd0gM+njUr+SwzZ TpCpbZ2ss9n3uY1t9XB3Z/yFe3Pdz7jcPjE9ga/zR9xCV9CNnKOk X-Google-Smtp-Source: AK7set+7qI18k4+hpMKEOvGK4MYAYiWVwhFgwK4/N9YGyCNUrPy/iQ7Z9Uq78ndIoM3Gf48S0P7EzhRRgwo0pus6HqI= X-Received: by 2002:a17:902:f681:b0:19f:3cc1:e3bd with SMTP id l1-20020a170902f68100b0019f3cc1e3bdmr7132327plg.4.1679341050468; Mon, 20 Mar 2023 12:37:30 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 20 Mar 2023 12:37:19 -0700 Message-ID: Subject: Add notes for Go to gcc 12 and 13 changes file To: gcc-patches X-Spam-Status: No, score=-9.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Ian Lance Taylor via Gcc-patches From: Ian Lance Taylor Reply-To: Ian Lance Taylor Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" I committed this patch to the gcc-wwwdocs repo to add some notes about Go to the gcc 12 and 13 changes file. Ian pat e24f9ef56c11c69fc07bddf9a708ea2fc662f2b3 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c47d3285..d565c217 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -618,7 +618,14 @@ function Multiply (S1, S2 : Sign) return Sign is - +

Go

+ +
    +
  • GCC 12 provides a complete implementation of the Go 1.18 user + packages.
  • +
  • Although Go 1.18 includes support for generic programming, that + support is not yet available in GCC.
  • +

libgccjit

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index a4b71ffa..4fae1f7a 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -380,7 +380,14 @@ a work-in-progress.

- +

Go

+ +
    +
  • GCC 13, like GCC 12, provides a complete implementation of the + Go 1.18 user packages.
  • +
  • Although Go 1.18 includes support for generic programming, that + support is not yet available in GCC.
  • +

Modula-2