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
302356da
Commit
302356da
authored
Nov 09, 2016
by
Martin Liska
Committed by
Jakub Jelinek
Nov 09, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
From-SVN: r242011
parent
f31adad4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/fold-const-call.c
+2
-1
No files found.
gcc/ChangeLog
View file @
302356da
2016-11-09 Martin Liska <mliska@suse.cz>
* fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
2016-11-09 Jakub Jelinek <jakub@redhat.com>
PR target/77718
gcc/fold-const-call.c
View file @
302356da
...
...
@@ -1506,7 +1506,8 @@ tree
fold_const_call
(
combined_fn
fn
,
tree
type
,
tree
arg0
,
tree
arg1
,
tree
arg2
)
{
const
char
*
p0
,
*
p1
;
size_t
s0
,
s1
,
s2
=
0
;
unsigned
HOST_WIDE_INT
s0
,
s1
;
size_t
s2
=
0
;
switch
(
fn
)
{
case
CFN_BUILT_IN_STRNCMP
:
...
...
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