Go to file
Kaveh R. Ghazi c7b6c6cd47 builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX.
* builtins.c (expand_builtin): Handle BUILT_IN_INDEX and
	BUILT_IN_RINDEX.  Add missing checks for BUILT_IN_STRCHR and
	BUILT_IN_STRRCHR.

	* builtins.def (BUILT_IN_INDEX, BUILT_IN_RINDEX): New entries.

	* c-common.c (c_common_nodes_and_builtins): Declare index and
	rindex when nonansi builtins are allowed.

	* extend.texi (index, rindex): Document new builtins.

testsuite:
	* gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
	* gcc.c-torture/execute/string-opt-4.c: Also test builtin index.

From-SVN: r37416
2000-11-13 02:14:05 +00:00
boehm-gc
config
contrib generalize the release script a bit 2000-11-13 00:25:21 +00:00
gcc builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX. 2000-11-13 02:14:05 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2000-11-12 01:45:08 -07:00
libffi
libiberty
libio
libjava
libobjc
libstdc++
libstdc++-v3 std_cmath.h (abs): Change extern "C" declaration of `abs (double)' to ... 2000-11-13 00:43:39 +00:00
texinfo
zlib
.cvsignore
ChangeLog configure: Turn on libstdc++ V3 by default. 2000-11-13 01:15:40 +00:00
config-ml.in
config.guess
config.if
config.sub
configure configure: Turn on libstdc++ V3 by default. 2000-11-13 01:15:40 +00:00
configure.in
COPYING
COPYING.LIB
djunpack.bat
install-sh
libtool.m4
ltcf-c.sh ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library if we've got GCC. 2000-11-13 00:49:03 +00:00
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Add self to MAINTAINERS file. 2000-11-11 17:12:33 +00:00
Makefile.in
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.