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
d579c385
Commit
d579c385
authored
Mar 15, 2017
by
Marek Polacek
Committed by
Marek Polacek
Mar 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-parser.c (c_parser_enum_specifier): Remove redundant line.
From-SVN: r246156
parent
94285a7d
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 @
d579c385
2017
-
03
-
15
Marek
Polacek
<
polacek
@redhat
.
com
>
*
c
-
parser
.
c
(
c_parser_enum_specifier
)
:
Remove
redundant
line
.
2017
-
03
-
11
Marek
Polacek
<
polacek
@redhat
.
com
>
*
c
-
decl
.
c
(
implicit_decl_warning
)
:
Add
a
comment
.
Fix
formatting
.
...
...
gcc/c/c-parser.c
View file @
d579c385
...
...
@@ -2694,7 +2694,6 @@ c_parser_enum_specifier (c_parser *parser)
location_t
enum_loc
;
location_t
ident_loc
=
UNKNOWN_LOCATION
;
/* Quiet warning. */
gcc_assert
(
c_parser_next_token_is_keyword
(
parser
,
RID_ENUM
));
enum_loc
=
c_parser_peek_token
(
parser
)
->
location
;
c_parser_consume_token
(
parser
);
attrs
=
c_parser_attributes
(
parser
);
enum_loc
=
c_parser_peek_token
(
parser
)
->
location
;
...
...
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