gcc/libgfortran
Feng Wang 5b200ac2c7 f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
* f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
	Create decls for __builtin_pow{,f}.
	* gfortran.h (PREFIX_LEN): Define.
	* trans-decl.c (gfor_fndecl_math_powi): Add.
	(gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
	(gfc_build_intrinsic_function_decls): Create decls for powi.
	* trans-expr.c (powi_table): Add.
	(gfc_conv_integer_power): Remove.
	(gfc_conv_powi): New function.
	(gfc_conv_cst_int_power): New function.
	(gfc_conv_power_op): Use new powi routines.
	* trans.h (struct gfc_powdecl_list): Add.
	(gfor_fndecl_math_powi): Add.
	(gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
testsuite/
	* gfortran.fortran-torture/execute/power.f90: Test constant integers.
libgfortran/
	* Makefile.am (i_pow_c): Set it. Add build rule.
	(gfor_built_src): Use it.
	(m4_files): add m4/pow.m4.
	* Makefile.in: Regenerate.
	* m4/pow.m4: New file.
	* generated/pow_*.c: Regenerate.

From-SVN: r82014
2004-05-19 00:34:59 +00:00
..
generated f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
intrinsics re PR libfortran/15149 (problem computing Pi) 2004-05-14 12:21:22 +00:00
io re PR libfortran/15235 (libgfortran doesn't build on Solaris 10) 2004-05-18 18:06:09 +02:00
m4 f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
runtime re PR libfortran/15149 (problem computing Pi) 2004-05-14 12:21:22 +00:00
acinclude.m4
aclocal.m4 Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
AUTHORS
ChangeLog f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
config.h.in
configure Makefile.am: Remove references to types.m4. 2004-05-18 19:03:26 +00:00
configure.in
COPYING
fmain.c
INSTALL
libgfortran.h re PR libfortran/15235 (libgfortran doesn't build on Solaris 10) 2004-05-18 18:06:09 +02:00
Makefile.am f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
Makefile.in f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. 2004-05-19 00:34:59 +00:00
NEWS
README

This is the GNU Fortran 95 Runtime library (libgfortran).
It is intended to be compiled as part of GCC.

Programs must be linked with "-lgfortran -lm". The 'gfortran' driver does this
automatically.

You'll need to apply gcc_config.patch to your top level GCC source directory.
This tells the the GCC configure system about libgfor. This patch can confuse
patch as it contains a filename with a '-' in it. use "patch -p1" to avoid this
problem.

For more information about GNU Fortran 95, see http://gcc-g95.sourceforge.net

Paul Brook <paul@nowt.org>