From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id B94E33856DC0; Mon, 5 Sep 2022 12:30:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B94E33856DC0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662381029; bh=5JrMSrzQ1THf1rsFmv5m9KJSi2UI7Dt+2iv5Ipkciuw=; h=To:Subject:Date:From:From; b=a66R9Tzg9W1kborPL1vAhnBqbVD+Qm8JAyqABwEb1Xe1ZVFWWzaDxQHAukhxpF46A ZkfMX7IuiadrSWpzoyqnbZukwd/vufYdpYUjrs4Qw42CZMDkHi9e+LfRZcbBkDwSSg P2DrVcBGslTdJiD+3ghkZuDsUALCXOJ2gn/G99EY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0d66c0f73e9c54536070346bd4d52f61132ba012 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 75259d0c0541b0ffa496cb4debd7f5f545e3c055 X-Git-Newrev: 0d66c0f73e9c54536070346bd4d52f61132ba012 Message-Id: <20220905123029.B94E33856DC0@sourceware.org> Date: Mon, 5 Sep 2022 12:30:29 +0000 (GMT) From: Gerald Pfeifer 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 0d66c0f73e9c54536070346bd4d52f61132ba012 (commit) from 75259d0c0541b0ffa496cb4debd7f5f545e3c055 (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 0d66c0f73e9c54536070346bd4d52f61132ba012 Author: Gerald Pfeifer Date: Mon Sep 5 20:28:57 2022 +0800 gcc-13: Remove extraneous under Caveats This snuck in via 79ecba7b which added two s instead of one. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 3d3d012c..5b336e04 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -35,7 +35,6 @@ a work-in-progress.

-gstabs and -gxcoff options) has been removed. (This means the dbx debugger is no longer supported, either.) - ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- gcc-wwwdocs