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
96ff6c8c
Commit
96ff6c8c
authored
Aug 14, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Aug 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-decl.c, var-tracking.c: Fix comment typos.
From-SVN: r116134
parent
c5183e0f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/c-decl.c
+1
-1
gcc/var-tracking.c
+1
-1
No files found.
gcc/ChangeLog
View file @
96ff6c8c
2006
-
08
-
14
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
c
-
decl
.
c
,
var
-
tracking
.
c
:
Fix
comment
typos
.
2006
-
08
-
14
Richard
Sandiford
<
richard
@codesourcery
.
com
>
PR
rtl
-
optimization
/
28634
...
...
gcc/c-decl.c
View file @
96ff6c8c
...
...
@@ -4343,7 +4343,7 @@ grokdeclarator (const struct c_declarator *declarator,
{
/* It is ok to modify type here even if itype is
NULL: if size_varies, we're in a
multi-dimen
t
ional array and the inner type has
multi-dimen
s
ional array and the inner type has
variable size, so the enclosing shared array type
must too. */
if
(
size
&&
TREE_CODE
(
size
)
==
INTEGER_CST
)
...
...
gcc/var-tracking.c
View file @
96ff6c8c
...
...
@@ -115,7 +115,7 @@ enum micro_operation_type
or the variable is not trackable. */
MO_SET
,
/* Set location. */
MO_COPY
,
/* Copy the same portion of a variable from one
loation to another. */
lo
c
ation to another. */
MO_CLOBBER
,
/* Clobber location. */
MO_CALL
,
/* Call insn. */
MO_ADJUST
/* Adjust stack pointer. */
...
...
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