Go to file
Roger Sayle 8e0952f075 builtins.c (expand_builtin_mathfn_2): Use tree_cons to build up the stabilized argument list, not build_tree_list.
* builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
	up the stabilized argument list, not build_tree_list.
	(expand_builtin_strcpy): Construct new argument list manually
	instead of using chainon to modify the original argument list.
	(expand_builtin_stpcpy): Construct new argument list manually
	instead of using copy_list and chainon.
	(expand_builtin_sprintf): New function.  Optimize calls to
	sprintf when the format is "%s" or doesn't contain a '%'.
	(expand_builtin): Expand BUILT_IN_SPRINTF using the new function
	expand_builtin_sprintf.

	* gcc.c-torture/execute/string-opt-16.c: New test case.

From-SVN: r68355
2003-06-23 00:52:24 +00:00
boehm-gc
config
contrib
fastjar
gcc builtins.c (expand_builtin_mathfn_2): Use tree_cons to build up the stabilized argument list, not build_tree_list. 2003-06-23 00:52:24 +00:00
include safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
INSTALL
libf2c
libffi ppc_closure.S: Include ffi.h. 2003-06-19 11:55:56 +00:00
libiberty safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... 2003-06-22 15:59:49 +00:00
libjava 2003-06-21 Michael Koch <konqueror@gmx.de> 2003-06-21 17:06:56 +00:00
libobjc
libstdc++-v3 Daily bump. 2003-06-23 00:16:07 +00:00
maintainer-scripts * gcc_release: Do not update gcc_latest_snapshot tag any longer. 2003-06-18 13:02:24 +00:00
zlib
.cvsignore
ChangeLog configure.in (noconfigdirs): Disable target-newlib and target-libgloss. 2003-06-23 00:42:54 +00:00
config-ml.in
config.guess
config.if
config.sub
configure configure.in (noconfigdirs): Disable target-newlib and target-libgloss. 2003-06-23 00:42:54 +00:00
configure.in configure.in (noconfigdirs): Disable target-newlib and target-libgloss. 2003-06-23 00:42:54 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in Makefile.tpl: Remove BUILD_CC stuff. 2003-06-17 21:53:49 +00:00
Makefile.tpl Makefile.tpl: Remove BUILD_CC stuff. 2003-06-17 21:53:49 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.