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
e6b4d09d
Commit
e6b4d09d
authored
Oct 19, 2000
by
Chandrakala Chavva
Committed by
Chandra Chavva
Oct 19, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor corrections in comments.
From-SVN: r36951
parent
3d2adde6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+5
-0
gcc/expmed.c
+3
-4
No files found.
gcc/ChangeLog
View file @
e6b4d09d
2000-10-19 Chandrakala Chavva <cchavva@redhat.com>
* expmed.c: Minor corrections in comments.
* invoke.texi: Added desciption for the new option -ftrapv.
2000-10-19 Chandrakala Chavva <cchavva@redhat.com>
* libgcc2.c: Added the missing #endif.
Thu Oct 19 14:25:11 MET DST 2000 Jan Hubicka <jh@suse.cz>
...
...
gcc/expmed.c
View file @
e6b4d09d
...
...
@@ -4492,10 +4492,9 @@ emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep)
we can use zero-extension to the wider mode (an unsigned conversion)
as the operation. */
/* CYGNUS LOCAL - amylaar/-ftrapv: Note that ABS doesn't yield a
positive number for INT_MIN, but that is compensated by the
subsequent overflow when subtracting one / negating.
END CYGNUS LOCAL */
/* Note that ABS doesn't yield a positive number for INT_MIN, but
that is compensated by the subsequent overflow when subtracting
one / negating. */
if
(
abs_optab
->
handlers
[(
int
)
mode
].
insn_code
!=
CODE_FOR_nothing
)
tem
=
expand_unop
(
mode
,
abs_optab
,
op0
,
subtarget
,
1
);
...
...
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