From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id 72EE0385AC0A; Fri, 19 Nov 2021 13:12:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72EE0385AC0A To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dbaebcd450925b622572944dcb34b26b76466c26 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ba66d93e131a74ccc0fa4551b9a288ec38556ddc X-Git-Newrev: dbaebcd450925b622572944dcb34b26b76466c26 Message-Id: <20211119131228.72EE0385AC0A@sourceware.org> Date: Fri, 19 Nov 2021 13:12:28 +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: Fri, 19 Nov 2021 13:12:28 -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 dbaebcd450925b622572944dcb34b26b76466c26 (commit) from ba66d93e131a74ccc0fa4551b9a288ec38556ddc (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 dbaebcd450925b622572944dcb34b26b76466c26 Author: Eric Gallager Date: Fri Nov 19 08:12:09 2021 -0500 Remove mentions of Java from htdocs/projects/beginner.html diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html index 0a705dbf..3380df40 100644 --- a/htdocs/projects/beginner.html +++ b/htdocs/projects/beginner.html @@ -162,7 +162,6 @@ be done with the maintainers of those files.

targets:

-	494K java/parse.y
 	413K combine.c
 	408K dwarf2out.c
 	375K cp/pt.c
@@ -218,9 +217,7 @@ less likely that someone will muck with action code and then forget to
 rebuild the generated parser and check it in.

We also want to minimize the number of helper functions embedded in -the grammar file. java/parse.y is a particularly bad -example, having upwards of 10,000 lines of code after the second -%%.

+the grammar file.

  • Break up enormous functions. @@ -849,8 +846,6 @@ include files. Remember that we already have define_constants.

      -
    • Implement -std for the Java front end?
    • -
    • Fix the places where -std=c89 is not the same thing as -ansi.
    • ----------------------------------------------------------------------- Summary of changes: htdocs/projects/beginner.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs