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
14e83f2e
Commit
14e83f2e
authored
Dec 13, 1997
by
Per Bothner
Committed by
Per Bothner
Dec 13, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
From-SVN: r17090
parent
9b8d9d6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/expr.c
+3
-0
No files found.
gcc/ChangeLog
View file @
14e83f2e
Fri Dec 12 18:54:23 1997 Per Bothner <bothner@cygnus.com>
* expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
* flow.c (flow_analysis): Be consistent with find_basic_blocks in
* flow.c (flow_analysis): Be consistent with find_basic_blocks in
...
...
gcc/expr.c
View file @
14e83f2e
...
@@ -8452,6 +8452,9 @@ expand_builtin (exp, target, subtarget, mode, ignore)
...
@@ -8452,6 +8452,9 @@ expand_builtin (exp, target, subtarget, mode, ignore)
return
target
;
return
target
;
case
BUILT_IN_FMOD
:
break
;
/* __builtin_apply_args returns block of memory allocated on
/* __builtin_apply_args returns block of memory allocated on
the stack into which is stored the arg pointer, structure
the stack into which is stored the arg pointer, structure
value address, static chain, and all the registers that might
value address, static chain, and all the registers that might
...
...
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