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 3C99438515C3 for ; Fri, 26 Aug 2022 09:13:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3C99438515C3 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-x62a.google.com with SMTP id w19so1980893ejc.7 for ; Fri, 26 Aug 2022 02:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc; bh=hHxDnn7BVep9qO+A7Xaw2bYdg0Xb8MBn2wPb08lpzqc=; b=J3EBPOscYrtZlkvoyFW2XEwNFDubi43s1JkYjV92qnx1puILWLFspIUt3fWHovGVCT lWuHhx9yfZjrBP4HuTPu1tCYRifYZxlHPjBw7N2oE7mP+BSdEuVT8A8GaqtHkNYSCr8D ifjyX75ujDcNHL6XQNiuS+sC+nZKs+xi2F5etrXuNl5uqcY1666BKC5lznMUGSOHYyCz x31s76RB05Skhq5FCcc4PdGPslAmuMnB3azh5La1q4tIyE82/04zGkIYFUqkbNJ8GWqI YsSse2Mf/7Vr45ZyA3SablDU9dWdXvul63wdj9aYqkB1/6Q5ZimQWmPPO+0iEXz6BNgv uzlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc; bh=hHxDnn7BVep9qO+A7Xaw2bYdg0Xb8MBn2wPb08lpzqc=; b=qmpgY5uWupSaPQ1DhqNbm/fdH1SrZaloQU2U/L0Ja6+wTVzbM1CLUyKxYAKrm8de/R Ts5yS3Y4a2wO7ef6MWLTSYTKHlKsuruh+/R1OTNLEK0ZuZpGuhDTr1IzcZ6F5tMBP7OU DO5nSSmyG2siyLfZUo2Tpad/eLSGwBou6+sLsjqMAKyFmygcRG/pDNJurS23eJIGGggi 9cx+BT+zsXzr8208QAB4NpLLAxgxhBnADqX1f2sq2yj4E8UGUzXlKrIsBZ2n9WMYs3b4 jIl0WUcTWkAYVh4vQW/hstJDGPt1s/9I794ylm31uhnjeg11JZnsxEWmwBihlxfsivOk iOew== X-Gm-Message-State: ACgBeo2p9z6glptjGS6hM0y1fH/aHe8mMsGiTVWtGvzmqmgkmac3upY7 agm+UKovZbY8v9vJ0QnWGot5mqdtkUtZ8ZAQO8Y= X-Google-Smtp-Source: AA6agR5TWq111hk9Xt0eUC26g/hCBKN68sEd7vpTpFq6zO2pxIIlkoj0/SZOCK9cUQeyb5vh4GKDpwmEsUNPKhxN160= X-Received: by 2002:a17:907:2722:b0:731:23a3:be78 with SMTP id d2-20020a170907272200b0073123a3be78mr4941166ejl.330.1661505222037; Fri, 26 Aug 2022 02:13:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Richard Biener Date: Fri, 26 Aug 2022 11:13:30 +0200 Message-ID: Subject: Re: [PATCH][DOCS] Mention removed ports in GCC 13. To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,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 List-Id: On Fri, Aug 26, 2022 at 8:33 AM Martin Li=C5=A1ka wrote: > > Ready for master? OK > Thanks, > Martin > > --- > htdocs/gcc-13/changes.html | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > index c58ca1d4..e3f2ee44 100644 > --- a/htdocs/gcc-13/changes.html > +++ b/htdocs/gcc-13/changes.html > @@ -28,7 +28,9 @@ a work-in-progress.

> >

Caveats

>
    > -
  • ...
  • > +
  • The support for the cr16-elf, tilegx*-linux and tilepro*-linux > + configurations has been removed.
  • > + >
> > > -- > 2.37.2 >