From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id 25E6E3858012; Tue, 23 Nov 2021 23:24:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25E6E3858012 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ca83c13ad6bf0d351220dafa36264ebc7a6b7816 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9c79c04754afc4d35caa77d07d7bad03ccd92a07 X-Git-Newrev: ca83c13ad6bf0d351220dafa36264ebc7a6b7816 Message-Id: <20211123232438.25E6E3858012@sourceware.org> Date: Tue, 23 Nov 2021 23:24:38 +0000 (GMT) From: Eric Gallager X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2021 23:24:38 -0000 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 ca83c13ad6bf0d351220dafa36264ebc7a6b7816 (commit) from 9c79c04754afc4d35caa77d07d7bad03ccd92a07 (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 ca83c13ad6bf0d351220dafa36264ebc7a6b7816 Author: Eric Gallager Date: Tue Nov 23 18:24:35 2021 -0500 Remove section on traditional C from htdocs/projects/beginner.html Traditional C support was already eliminated years ago; that task is complete diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html index 3380df40..4ccb5e12 100644 --- a/htdocs/projects/beginner.html +++ b/htdocs/projects/beginner.html @@ -129,23 +129,6 @@ still does generate the warning where it's appropriate), we're happy to take those patches too.

-
  • Eliminate support for compiling with traditional C compilers in -the language front end subdirectories. - -

    See: this -announcement and the discussion following it which clarifies the -guidelines. In addition to the cleanups listed -here, one can also consider removing unnecessary casts, such as -those on the return value of xmalloc, alloca -and other memory allocation routines, casts on the arguments passed -e.g. to the mem* functions, casts on 0 -e.g. used in assignment, initialization or comparison, etc. Note -casts on values passed to stdarg functions or used in ~ -mask operations may still be necessary since they ensure type -width.

    -
  • -
  • Find and expunge all the places where one .c file includes another. ----------------------------------------------------------------------- Summary of changes: htdocs/projects/beginner.html | 17 ----------------- 1 file changed, 17 deletions(-) hooks/post-receive -- gcc-wwwdocs