From patchwork Sat Oct 22 17:59:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 59318 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 3723D38582B7 for ; Sat, 22 Oct 2022 17:59:29 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 47F7238582BC for ; Sat, 22 Oct 2022 17:59:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 47F7238582BC Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 08E2733ED8 for ; Sat, 22 Oct 2022 13:59:11 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 9692A33E84 for ; Sat, 22 Oct 2022 13:59:10 -0400 (EDT) Date: Sat, 22 Oct 2022 19:59:08 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: index: Rotate news from 2018-08 to 2020-12 MIME-Version: 1.0 X-Scanned-By: mailmunge 3.09 on 209.68.5.143 Message-Id: <20221022175911.08E2733ED8@hamza.pair.com> X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_NUMSUBJECT, KAM_SHORT, 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: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Pushed. Gerald --- htdocs/index.html | 68 ----------------------------------------------- htdocs/news.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 68 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index 39060016..f45b9664 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -103,74 +103,6 @@ mission statement.

[2021-04-08] wwwdocs:
-
GCC 10.2 released - [2020-07-23] wwwdocs:
-
- -
GNU Tools @ Linux Plumbers Conference 2020 - [2020-07-17] wwwdocs:
-
Will be held online, August 24-28 2020
- -
GCC 10.1 released - [2020-05-07] wwwdocs:
-
- -
GCC 9.3 released - [2020-03-12] wwwdocs:
-
- -
GCC 8.4 released - [2020-03-04] wwwdocs:
-
- -
GCC source repository converted to git. - [2020-01-13] wwwdocs:
-
See the announcement.
- -
GCC 7.5 released - [2019-11-14] wwwdocs:
-
- -
eBPF support - [2019-10-23] wwwdocs:
-
GCC support for the Linux eBPF has been added. This back end was - contributed by Jose E. Marchesi on behalf of Oracle.
- -
GCC 9.2 released - [2019-08-12] wwwdocs:
-
- -
PRU support - [2019-06-12] wwwdocs:
-
GCC support for TI PRU I/O processors has been added.
- -
GCC 9.1 released - [2019-05-03] wwwdocs:
-
- -
GNU Tools Cauldron 2019 - [2019-04-15] wwwdocs:
-
Will be held in Montr??al, Canada, September 12-15 2019
- -
GCC 8.3 released - [2019-02-22] wwwdocs:
-
- -
AMD GCN support - [2019-01-17] wwwdocs:
-
GCC support for AMD GCN Fiji and Vega GPUs has been added. This back - end was contributed by Mentor Graphics.
- -
GCC 7.4 released - [2018-12-06] wwwdocs:
-
- -
D front end added - [2018-10-29] wwwdocs:
-
The D programming language front end - has been added to GCC. - This front end was contributed by Iain Buclaw.
-
diff --git a/htdocs/news.html b/htdocs/news.html index fb27c64f..e1384852 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -17,6 +17,74 @@ +
GCC 10.2 released + [2020-07-23] wwwdocs:
+
+ +
GNU Tools @ Linux Plumbers Conference 2020 + [2020-07-17] wwwdocs:
+
Will be held online, August 24-28 2020
+ +
GCC 10.1 released + [2020-05-07] wwwdocs:
+
+ +
GCC 9.3 released + [2020-03-12] wwwdocs:
+
+ +
GCC 8.4 released + [2020-03-04] wwwdocs:
+
+ +
GCC source repository converted to git. + [2020-01-13] wwwdocs:
+
See the announcement.
+ +
GCC 7.5 released + [2019-11-14] wwwdocs:
+
+ +
eBPF support + [2019-10-23] wwwdocs:
+
GCC support for the Linux eBPF has been added. This back end was + contributed by Jose E. Marchesi on behalf of Oracle.
+ +
GCC 9.2 released + [2019-08-12] wwwdocs:
+
+ +
PRU support + [2019-06-12] wwwdocs:
+
GCC support for TI PRU I/O processors has been added.
+ +
GCC 9.1 released + [2019-05-03] wwwdocs:
+
+ +
GNU Tools Cauldron 2019 + [2019-04-15] wwwdocs:
+
Will be held in Montr??al, Canada, September 12-15 2019
+ +
GCC 8.3 released + [2019-02-22] wwwdocs:
+
+ +
AMD GCN support + [2019-01-17] wwwdocs:
+
GCC support for AMD GCN Fiji and Vega GPUs has been added. This back + end was contributed by Mentor Graphics.
+ +
GCC 7.4 released + [2018-12-06] wwwdocs:
+
+ +
D front end added + [2018-10-29] wwwdocs:
+
The D programming language front end + has been added to GCC. + This front end was contributed by Iain Buclaw.
+
GCC 6.5 released [2018-10-26] wwwdocs: