Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b6c5a81c
Commit
b6c5a81c
authored
Mar 18, 2000
by
Martin v. Löwis
Committed by
Martin v. Löwis
Mar 18, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parse.c: Regenerated.
From-SVN: r32619
parent
432aff66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
gcc/cp/ChangeLog
+1
-0
gcc/cp/parse.c
+8
-7
No files found.
gcc/cp/ChangeLog
View file @
b6c5a81c
2000-03-18 Martin v. Lwis <loewis@informatik.hu-berlin.de>
2000-03-18 Martin v. Lwis <loewis@informatik.hu-berlin.de>
* parse.y (extdefs): Call ggc_collect.
* parse.y (extdefs): Call ggc_collect.
* parse.c: Regenerated.
2000-03-18 Nathan Sidwell <nathan@codesourcery.com>
2000-03-18 Nathan Sidwell <nathan@codesourcery.com>
...
...
gcc/cp/parse.c
View file @
b6c5a81c
/* A Bison parser, made from parse.y
/* A Bison parser, made from parse.y
by GNU Bison version 1.28 */
by GNU Bison version 1.27
*/
#define YYBISON 1
/* Identify Bison output. */
#define YYBISON 1
/* Identify Bison output. */
...
@@ -4030,8 +4031,8 @@ static const short yycheck[] = { 4,
...
@@ -4030,8 +4031,8 @@ static const short yycheck[] = { 4,
78
,
79
,
80
,
81
,
82
,
83
,
84
,
85
78
,
79
,
80
,
81
,
82
,
83
,
84
,
85
};
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/
lib
/bison.simple"
#line 3 "/usr/
share
/bison.simple"
/* This file comes from bison-1.2
8
. */
/* This file comes from bison-1.2
7
. */
/* Skeleton output parser for bison,
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
...
@@ -4244,7 +4245,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
...
@@ -4244,7 +4245,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
#endif
#endif
#endif
#endif
#line 21
7 "/usr/lib
/bison.simple"
#line 21
6 "/usr/share
/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
into yyparse. The argument should have type void *.
...
@@ -4582,11 +4583,11 @@ case 3:
...
@@ -4582,11 +4583,11 @@ case 3:
break
;}
break
;}
case
4
:
case
4
:
#line 444 "parse.y"
#line 444 "parse.y"
{
yyval
.
ttype
=
NULL_TREE
;
;
{
yyval
.
ttype
=
NULL_TREE
;
ggc_collect
();
;
break
;}
break
;}
case
5
:
case
5
:
#line 446 "parse.y"
#line 446 "parse.y"
{
yyval
.
ttype
=
NULL_TREE
;
;
{
yyval
.
ttype
=
NULL_TREE
;
ggc_collect
();
;
break
;}
break
;}
case
8
:
case
8
:
#line 455 "parse.y"
#line 455 "parse.y"
...
@@ -8229,7 +8230,7 @@ case 878:
...
@@ -8229,7 +8230,7 @@ case 878:
break
;}
break
;}
}
}
/* the action file gets copied in in place of this dollarsign */
/* the action file gets copied in in place of this dollarsign */
#line 54
3 "/usr/lib
/bison.simple"
#line 54
2 "/usr/share
/bison.simple"
yyvsp
-=
yylen
;
yyvsp
-=
yylen
;
yyssp
-=
yylen
;
yyssp
-=
yylen
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment