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
114356ad
Commit
114356ad
authored
Jan 29, 2000
by
Ulrich Drepper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated.
From-SVN: r31694
parent
d828f724
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
gcc/c-parse.c
+9
-9
No files found.
gcc/c-parse.c
View file @
114356ad
...
...
@@ -1265,7 +1265,7 @@ static const short yycheck[] = { 38,
51
,
52
,
53
,
54
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/share/
misc/
bison.simple"
#line 3 "/usr/share/bison.simple"
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
...
...
@@ -1479,7 +1479,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
#endif
#endif
#line 217 "/usr/share/
misc/
bison.simple"
#line 217 "/usr/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 *.
...
...
@@ -2088,7 +2088,7 @@ case 62:
tree
type
=
yyvsp
[
-
5
].
ttype
;
finish_init
();
if
(
pedantic
&&
!
flag_isoc9
x
)
if
(
pedantic
&&
!
flag_isoc9
9
)
pedwarn
(
"ANSI C forbids constructor expressions"
);
if
(
TYPE_NAME
(
type
)
!=
0
)
{
...
...
@@ -2833,8 +2833,8 @@ case 224:
case
225
:
#line 1231 "c-parse.y"
{
yyval
.
ttype
=
build_nt
(
ARRAY_REF
,
yyvsp
[
-
3
].
ttype
,
NULL_TREE
);
if
(
!
flag_isoc9
x
)
error
(
"`[*]' in parameter declaration only allowed in ISO C 9
x
"
);
if
(
!
flag_isoc9
9
)
error
(
"`[*]' in parameter declaration only allowed in ISO C 9
9
"
);
;
break
;}
case
226
:
...
...
@@ -2868,8 +2868,8 @@ case 233:
case
234
:
#line 1265 "c-parse.y"
{
yyval
.
ttype
=
build_nt
(
ARRAY_REF
,
yyvsp
[
-
3
].
ttype
,
NULL_TREE
);
if
(
!
flag_isoc9
x
)
error
(
"`[*]' in parameter declaration only allowed in ISO C 9
x
"
);
if
(
!
flag_isoc9
9
)
error
(
"`[*]' in parameter declaration only allowed in ISO C 9
9
"
);
;
break
;}
case
235
:
...
...
@@ -2970,7 +2970,7 @@ case 257:
break
;}
case
261
:
#line 1349 "c-parse.y"
{
if
(
pedantic
&&
!
flag_isoc9
x
)
{
if
(
pedantic
&&
!
flag_isoc9
9
)
pedwarn
(
"comma at end of enumerator list"
);
;
break
;}
case
262
:
...
...
@@ -3826,7 +3826,7 @@ case 407:
break
;}
}
/* the action file gets copied in in place of this dollarsign */
#line 543 "/usr/share/
misc/
bison.simple"
#line 543 "/usr/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