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
1f479842
Commit
1f479842
authored
27 years ago
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen
From-SVN: r15905
parent
1f06b267
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
gcc/cp/parse.c
+12
-12
No files found.
gcc/cp/parse.c
View file @
1f479842
...
...
@@ -4805,25 +4805,25 @@ case 174:
break
;}
case
176
:
#line 1052 "parse.y"
{
yyval
.
ttype
=
tree_cons
(
NULL_TREE
,
yyval
.
ttype
,
build_
tree
_list
(
NULL_TREE
,
yyvsp
[
0
].
ttype
));
;
{
yyval
.
ttype
=
expr_
tree_cons
(
NULL_TREE
,
yyval
.
ttype
,
build_
expr
_list
(
NULL_TREE
,
yyvsp
[
0
].
ttype
));
;
break
;}
case
177
:
#line 1055 "parse.y"
{
yyval
.
ttype
=
tree_cons
(
NULL_TREE
,
yyval
.
ttype
,
build_
tree
_list
(
NULL_TREE
,
error_mark_node
));
;
{
yyval
.
ttype
=
expr_
tree_cons
(
NULL_TREE
,
yyval
.
ttype
,
build_
expr
_list
(
NULL_TREE
,
error_mark_node
));
;
break
;}
case
178
:
#line 1058 "parse.y"
{
chainon
(
yyval
.
ttype
,
build_
tree
_list
(
NULL_TREE
,
yyvsp
[
0
].
ttype
));
;
{
chainon
(
yyval
.
ttype
,
build_
expr
_list
(
NULL_TREE
,
yyvsp
[
0
].
ttype
));
;
break
;}
case
179
:
#line 1060 "parse.y"
{
chainon
(
yyval
.
ttype
,
build_
tree
_list
(
NULL_TREE
,
error_mark_node
));
;
{
chainon
(
yyval
.
ttype
,
build_
expr
_list
(
NULL_TREE
,
error_mark_node
));
;
break
;}
case
180
:
#line 1065 "parse.y"
{
yyval
.
ttype
=
build_
tree
_list
(
NULL_TREE
,
yyval
.
ttype
);
;
{
yyval
.
ttype
=
build_
expr
_list
(
NULL_TREE
,
yyval
.
ttype
);
;
break
;}
case
182
:
#line 1071 "parse.y"
...
...
@@ -6036,23 +6036,23 @@ case 414:
break
;}
case
415
:
#line 2172 "parse.y"
{
yyval
.
ttype
=
tree_cons
(
NULL_TREE
,
yyvsp
[
0
].
ttype
,
yyval
.
ttype
);
;
{
yyval
.
ttype
=
expr_
tree_cons
(
NULL_TREE
,
yyvsp
[
0
].
ttype
,
yyval
.
ttype
);
;
break
;}
case
416
:
#line 2175 "parse.y"
{
yyval
.
ttype
=
build_
tree
_list
(
yyvsp
[
-
2
].
ttype
,
yyvsp
[
0
].
ttype
);
;
{
yyval
.
ttype
=
build_
expr
_list
(
yyvsp
[
-
2
].
ttype
,
yyvsp
[
0
].
ttype
);
;
break
;}
case
417
:
#line 2177 "parse.y"
{
yyval
.
ttype
=
tree_cons
(
yyvsp
[
-
2
].
ttype
,
yyvsp
[
0
].
ttype
,
yyval
.
ttype
);
;
{
yyval
.
ttype
=
expr_
tree_cons
(
yyvsp
[
-
2
].
ttype
,
yyvsp
[
0
].
ttype
,
yyval
.
ttype
);
;
break
;}
case
418
:
#line 2179 "parse.y"
{
yyval
.
ttype
=
build_
tree
_list
(
yyval
.
ttype
,
yyvsp
[
0
].
ttype
);
;
{
yyval
.
ttype
=
build_
expr
_list
(
yyval
.
ttype
,
yyvsp
[
0
].
ttype
);
;
break
;}
case
419
:
#line 2181 "parse.y"
{
yyval
.
ttype
=
tree_cons
(
yyvsp
[
-
2
].
ttype
,
yyvsp
[
0
].
ttype
,
yyval
.
ttype
);
;
{
yyval
.
ttype
=
expr_
tree_cons
(
yyvsp
[
-
2
].
ttype
,
yyvsp
[
0
].
ttype
,
yyval
.
ttype
);
;
break
;}
case
420
:
#line 2186 "parse.y"
...
...
This diff is collapsed.
Click to expand it.
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