Go to file
Neil Booth 563dd08adf cpphash.c (is__va_args__): New function.
* cpphash.c (is__va_args__): New function.
	(count_params): Fix line reported in error messages.  Use
	is__va_args__.  Don't return ')' on error.  Flag GNU style
	rest args macro definitions.
	(parse_define): Check macro name is not __VA_ARGS__.
	(save_expansion): Check identifier in non-varargs-macro is
	not __VA_ARGS__.  Don't flag GNU_VARARGS.
	* cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
	(maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
	 than per-token GNU_VARARGS.
	* cpplib.h (GNU_VARARGS): Remove.
	(GNU_REST_ARGS): New.

	* gcc.dg/cpp/macsyntx.c: New tests.

From-SVN: r34919
2000-07-08 02:18:25 +00:00
boehm-gc Imported version 5.1. 2000-06-20 02:04:58 +01:00
config mh-sparcpic: Use single instead of double quotes. 2000-06-21 16:22:41 -06:00
contrib
etc
gcc cpphash.c (is__va_args__): New function. 2000-07-08 02:18:25 +00:00
include in include/ChangeLog: 2000-06-23 03:58:44 +00:00
INSTALL
libchill
libf2c Daily bump. 2000-07-07 01:45:07 -06:00
libffi
libiberty cplus-dem.c (main): fflush() after emitting last char before waiting for input. 2000-07-07 13:50:49 +00:00
libio in libiberty/ChangeLog: 2000-06-30 15:25:33 +00:00
libjava natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String fields. 2000-07-07 20:54:32 +00:00
libobjc
libstdc++ gslice_array.h, [...]: Do not paste anything after 'operator' keyword. 2000-07-06 17:42:14 +00:00
libstdc++-v3 configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and c++threads.h instead of copying. 2000-07-08 01:25:04 +00:00
texinfo
zlib
.cvsignore
ChangeLog * symlink-tree: Check number of arguments. 2000-07-07 07:18:48 -06:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add myself as loop discovery maintainer. 2000-06-29 11:22:59 +00:00
Makefile.in Fix CXX_FOR_TARGET to add -L libstdc++ 2000-07-06 00:50:01 +00:00
missing
mkinstalldirs
move-if-change
README
symlink-tree * symlink-tree: Check number of arguments. 2000-07-07 07:18:48 -06:00
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.