From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1861) id 90E183858C31; Thu, 12 Jan 2023 14:07:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90E183858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673532457; bh=4nMs6Y3/STFg2Z6hy7aMRxgmCAagEguBSlSj+C6YMr0=; h=To:Subject:Date:From:From; b=HEJd4H2DR11I0WL3vEYIMrqlpJV9rBf1ZTlbGcOKUWQrr2NuC39nHrX0XdGKLAWvd n/F2KefgpQC+tmvFmws0/Jtnx2wyq+5+8rhcA2FRnYMp9h+UPZV38rZXiPlL4bXbAu lzMY6f1esvq6ga1WEs2OtPlXKp1tU3cFtai8lB+o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e848ac5c5df1c9446bcc8b314c279396533bf0fa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4054e75517700a18a30520a02045ac01a69def4e X-Git-Newrev: e848ac5c5df1c9446bcc8b314c279396533bf0fa Message-Id: <20230112140737.90E183858C31@sourceware.org> Date: Thu, 12 Jan 2023 14:07:37 +0000 (GMT) From: "Jose E. Marchesi" List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via e848ac5c5df1c9446bcc8b314c279396533bf0fa (commit) from 4054e75517700a18a30520a02045ac01a69def4e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e848ac5c5df1c9446bcc8b314c279396533bf0fa Author: Jose E. Marchesi Date: Thu Jan 12 15:11:31 2023 +0100 Use a GCC BPF related example in the godbolt.org link * htdocs/index.html (News): diff --git a/htdocs/index.html b/htdocs/index.html index 192db418..08037653 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,7 +55,7 @@ mission statement.

News

-
GCC BPF in Compiler Explorer +
GCC BPF in Compiler Explorer [2022-12-23]
Support for a nightly build of the bpf-unknown-none-gcc compiler has been contributed to Compiler Explorer (aka godbolt.org) by Marc ----------------------------------------------------------------------- Summary of changes: htdocs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs