* expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
authorPer Bothner <bothner@cygnus.com>
Sat, 13 Dec 1997 19:40:06 +0000 (19:40 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 13 Dec 1997 19:40:06 +0000 (11:40 -0800)
From-SVN: r17090

gcc/ChangeLog
gcc/expr.c

index 4971b8e17bdcc67c9b4bb9a64ffd349ed8653e81..f5ef4cc331bc3ec67cfa8af4fc20e573e8d3175a 100644 (file)
@@ -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
index a84beb583f58be92a71d3b6f88660c26ea649654..8f46449caf41074cdccb3a9c852d6e947d1a4416 100644 (file)
@@ -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