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
5f04ff80
Commit
5f04ff80
authored
May 07, 2008
by
Alan Modra
Committed by
Alan Modra
May 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c-decl.c (grokdeclarator): Comment typo.
* c-decl.c (grokdeclarator): Comment typo. From-SVN: r135016
parent
4db6bc0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/c-decl.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5f04ff80
2008-05-07 Alan Modra <amodra@bigpond.net.au>
* c-decl.c (grokdeclarator): Comment typo.
2008-05-06 Aldy Hernandez <aldyh@redhat.com>
2008-05-06 Aldy Hernandez <aldyh@redhat.com>
* tree-flow.h: Remove prototype for computed_goto_p.
* tree-flow.h: Remove prototype for computed_goto_p.
...
...
gcc/c-decl.c
View file @
5f04ff80
...
@@ -4068,7 +4068,7 @@ grokdeclarator (const struct c_declarator *declarator,
...
@@ -4068,7 +4068,7 @@ grokdeclarator (const struct c_declarator *declarator,
declaration contains the `const'. A third possibility is that
declaration contains the `const'. A third possibility is that
there is a type qualifier on the element type of a typedefed
there is a type qualifier on the element type of a typedefed
array type, in which case we should extract that qualifier so
array type, in which case we should extract that qualifier so
that c_apply_type_quals_to_decl
s
receives the full list of
that c_apply_type_quals_to_decl receives the full list of
qualifiers to work with (C90 is not entirely clear about whether
qualifiers to work with (C90 is not entirely clear about whether
duplicate qualifiers should be diagnosed in this case, but it
duplicate qualifiers should be diagnosed in this case, but it
seems most appropriate to do so). */
seems most appropriate to do so). */
...
...
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