+2004-08-06 Feng Wang <fengwang@nudt.edu.cn>
+
+ * f95-lang.c (gfc_init_builtin_functions): Fix the number of
+ __builtin_pow[f] arguments.
+
2004-08-06 Steven G. Kargl <kargls@comcast.net>
* arith.c: Add #define for model numbers. Remove global GMP variables.
BUILT_IN_ROUNDF, "roundf", true);
/* These are used to implement the ** operator. */
- gfc_define_builtin ("__builtin_pow", mfunc_double[0],
+ gfc_define_builtin ("__builtin_pow", mfunc_double[1],
BUILT_IN_POW, "pow", true);
- gfc_define_builtin ("__builtin_powf", mfunc_float[0],
+ gfc_define_builtin ("__builtin_powf", mfunc_float[1],
BUILT_IN_POWF, "powf", true);
/* Other builtin functions we use. */