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
fb48aadc
Commit
fb48aadc
authored
Jul 23, 2013
by
Joseph Myers
Committed by
Joseph Myers
Jul 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-parser.c (struct c_generic_association): Fix typo.
From-SVN: r201178
parent
49fba14f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/c/ChangeLog
+4
-0
gcc/c/c-parser.c
+1
-1
No files found.
gcc/c/ChangeLog
View file @
fb48aadc
2013-07-23 Joseph Myers <joseph@codesourcery.com>
* c-parser.c (struct c_generic_association): Fix typo.
2013-07-23 Tom Tromey <tromey@redhat.com>
2013-07-23 Tom Tromey <tromey@redhat.com>
Joseph Myers <joseph@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
...
...
gcc/c/c-parser.c
View file @
fb48aadc
...
@@ -6238,7 +6238,7 @@ struct c_generic_association
...
@@ -6238,7 +6238,7 @@ struct c_generic_association
{
{
/* The location of the starting token of the type. */
/* The location of the starting token of the type. */
location_t
type_location
;
location_t
type_location
;
/* The association's type, or NULL_TREE for 'default'.
.
*/
/* The association's type, or NULL_TREE for 'default'. */
tree
type
;
tree
type
;
/* The association's expression. */
/* The association's expression. */
struct
c_expr
expression
;
struct
c_expr
expression
;
...
...
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