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
79df6670
Commit
79df6670
authored
Oct 25, 1998
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
From-SVN: r23333
parent
0679e3fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/cp/parse.c
+4
-4
No files found.
gcc/cp/parse.c
View file @
79df6670
...
...
@@ -3649,7 +3649,7 @@ static const short yycheck[] = { 4,
78
,
79
,
80
,
81
,
82
,
83
,
84
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/
lib
/bison.simple"
#line 3 "/usr/
cygnus/gnupro-98r1/share
/bison.simple"
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
...
...
@@ -3842,7 +3842,7 @@ __yy_memcpy (char *to, char *from, int count)
#endif
#endif
#line 196 "/usr/
lib
/bison.simple"
#line 196 "/usr/
cygnus/gnupro-98r1/share
/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
...
...
@@ -4908,7 +4908,7 @@ case 198:
{
cp_finish_decl
(
yyvsp
[
-
1
].
ttype
,
yyvsp
[
0
].
ttype
,
yyvsp
[
-
3
].
ttype
,
1
,
LOOKUP_ONLYCONVERTING
);
resume_momentary
(
yyvsp
[
-
2
].
itype
);
yyval
.
ttype
=
yyvsp
[
-
1
].
ttype
;
yyval
.
ttype
=
convert_from_reference
(
yyvsp
[
-
1
].
ttype
)
;
if
(
TREE_CODE
(
TREE_TYPE
(
yyval
.
ttype
))
==
ARRAY_TYPE
)
cp_error
(
"definition of array `%#D' in condition"
,
yyval
.
ttype
);
;
...
...
@@ -7873,7 +7873,7 @@ case 876:
break
;}
}
/* the action file gets copied in in place of this dollarsign */
#line 498 "/usr/
lib
/bison.simple"
#line 498 "/usr/
cygnus/gnupro-98r1/share
/bison.simple"
yyvsp
-=
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