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
81737468
Commit
81737468
authored
Apr 24, 2007
by
Olga Golovanevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for PR31617
From-SVN: r124109
parent
9905fb5e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+6
-0
gcc/fold-const.c
+1
-0
gcc/testsuite/ChangeLog
+5
-0
No files found.
gcc/ChangeLog
View file @
81737468
2007-04-24 Richard Guenther <rguenther@suse.de>
Olga Golovanevsky <olga@il.ibm.com>
* fold-const.c (multiple_of_p): Check for bottom
to be zero.
2007-04-24 Richard Henderson <rth@redhat.com>
* libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from
...
...
gcc/fold-const.c
View file @
81737468
...
...
@@ -13216,6 +13216,7 @@ multiple_of_p (tree type, tree top, tree bottom)
case
INTEGER_CST
:
if
(
TREE_CODE
(
bottom
)
!=
INTEGER_CST
||
integer_zerop
(
bottom
)
||
(
TYPE_UNSIGNED
(
type
)
&&
(
tree_int_cst_sgn
(
top
)
<
0
||
tree_int_cst_sgn
(
bottom
)
<
0
)))
...
...
gcc/testsuite/ChangeLog
View file @
81737468
2007
-
04
-
24
Andrew
Pinski
<
andrew_pinski
@playstation
.
sony
.
com
>
Olga
Golovanevsky
<
olga
@il
.
ibm
.
com
>
*
g
++
.
dg
/
other
/
str_empty
.
C
:
New
test
.
2007
-
04
-
24
Richard
Henderson
<
rth
@redhat
.
com
>
*
gcc
.
dg
/
vect
/
vect
.
exp
:
Don
'
t
run
tests
on
Alpha
.
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