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
f3075008
Commit
f3075008
authored
Apr 28, 2015
by
Marek Polacek
Committed by
Marek Polacek
Apr 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-parser.c (c_parser_binary_expression): Remove duplicate line.
From-SVN: r222537
parent
f11fcf6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/c/ChangeLog
+4
-0
gcc/c/c-parser.c
+0
-1
No files found.
gcc/c/ChangeLog
View file @
f3075008
2015-04-28 Marek Polacek <polacek@redhat.com>
2015-04-28 Marek Polacek <polacek@redhat.com>
* c-parser.c (c_parser_binary_expression): Remove duplicate line.
2015-04-28 Marek Polacek <polacek@redhat.com>
PR c/65901
PR c/65901
* c-typeck.c (c_build_va_arg): Require TYPE be a complete type.
* c-typeck.c (c_build_va_arg): Require TYPE be a complete type.
...
...
gcc/c/c-parser.c
View file @
f3075008
...
@@ -6372,7 +6372,6 @@ c_parser_binary_expression (c_parser *parser, struct c_expr *after,
...
@@ -6372,7 +6372,6 @@ c_parser_binary_expression (c_parser *parser, struct c_expr *after,
stack
[
sp
].
expr
=
c_parser_cast_expression
(
parser
,
NULL
);
stack
[
sp
].
expr
=
c_parser_cast_expression
(
parser
,
NULL
);
stack
[
sp
].
prec
=
oprec
;
stack
[
sp
].
prec
=
oprec
;
stack
[
sp
].
op
=
ocode
;
stack
[
sp
].
op
=
ocode
;
stack
[
sp
].
loc
=
binary_loc
;
}
}
out:
out:
while
(
sp
>
0
)
while
(
sp
>
0
)
...
...
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