projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b8d9d6
)
* expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
author
Per Bothner
<bothner@cygnus.com>
Sat, 13 Dec 1997 19:40:06 +0000
(19:40 +0000)
committer
Per Bothner
<bothner@gcc.gnu.org>
Sat, 13 Dec 1997 19:40:06 +0000
(11:40 -0800)
From-SVN: r17090
gcc/ChangeLog
patch
|
blob
|
history
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4971b8e17bdcc67c9b4bb9a64ffd349ed8653e81..f5ef4cc331bc3ec67cfa8af4fc20e573e8d3175a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+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>
* flow.c (flow_analysis): Be consistent with find_basic_blocks in
diff --git
a/gcc/expr.c
b/gcc/expr.c
index a84beb583f58be92a71d3b6f88660c26ea649654..8f46449caf41074cdccb3a9c852d6e947d1a4416 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-8452,6
+8452,9
@@
expand_builtin (exp, target, subtarget, mode, ignore)
return target;
+ case BUILT_IN_FMOD:
+ break;
+
/* __builtin_apply_args returns block of memory allocated on
the stack into which is stored the arg pointer, structure
value address, static chain, and all the registers that might