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
65de6659
Commit
65de6659
authored
May 29, 2012
by
Joseph Myers
Committed by
Joseph Myers
May 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c: Fix typo.
From-SVN: r187980
parent
d0421638
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-common.c
+1
-1
No files found.
gcc/c-family/ChangeLog
View file @
65de6659
2012
-
05
-
29
Joseph
Myers
<
joseph
@codesourcery
.
com
>
*
c
-
common
.
c
:
Fix
typo
.
2012
-
05
-
29
Michael
Matz
<
matz
@suse
.
de
>
2012
-
05
-
29
Michael
Matz
<
matz
@suse
.
de
>
*
c
-
common
.
h
(
c_expand_decl
)
:
Remove
prototype
.
*
c
-
common
.
h
(
c_expand_decl
)
:
Remove
prototype
.
...
...
gcc/c-family/c-common.c
View file @
65de6659
...
@@ -3960,7 +3960,7 @@ pointer_int_sum (location_t loc, enum tree_code resultcode,
...
@@ -3960,7 +3960,7 @@ pointer_int_sum (location_t loc, enum tree_code resultcode,
/* Replace the integer argument with a suitable product by the object size.
/* Replace the integer argument with a suitable product by the object size.
Do this multiplication as signed, then convert to the appropriate type
Do this multiplication as signed, then convert to the appropriate type
for the pointer operation and disregard an overflow that occured only
for the pointer operation and disregard an overflow that occur
r
ed only
because of the sign-extension change in the latter conversion. */
because of the sign-extension change in the latter conversion. */
{
{
tree
t
=
build_binary_op
(
loc
,
tree
t
=
build_binary_op
(
loc
,
...
...
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