Go to file
Joseph Myers b8458e3e8b c-common.h (flag_isoc94): Declare.
* c-common.h (flag_isoc94): Declare.
	* c-decl.c (flag_isoc94): Define.
	(c_decode_option): Set flag_isoc94 as appropriate.
	* c-common.c (T_PD, T_IM, T_UIM): Define.
	(format_char_info): Add tlen and jlen.
	(print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
	%F.  Allow %lf.
	(scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
	%l[.
	(time_char_table): Add NULL entries for %t and %j.
	(check_format_info): Allow for %t and %j.  Warn for %F if pedantic
	and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
	Warn for printf %lf if pedantic and not C99.  Don't warn for empty
	precision.  Allow precision argument to be unsigned int.  If
	pedantic, warn for %p passed an argument not a pointer to possibly
	qualified void or a possibly qualified character type, and for
	pointer targets of the wrong sign, except for character pointers.

cp:
	* decl.c (flag_isoc94): New variable.

testsuite:
	* gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.

From-SVN: r35482
2000-08-04 17:10:14 +01:00
boehm-gc gc_priv.h (GC_generic_malloc_inner): Prototype. 2000-08-02 19:46:07 +00:00
config mh-ia64pic: New file. 2000-07-21 14:11:08 +00:00
contrib Fix name 2000-07-16 19:25:48 +00:00
etc
gcc c-common.h (flag_isoc94): Declare. 2000-08-04 17:10:14 +01:00
include tweak 2000-07-24 13:36:49 -04:00
INSTALL
libchill
libf2c Daily bump. 2000-08-04 01:45:12 -06:00
libffi
libiberty * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop. 2000-08-02 22:03:53 +00:00
libio * gen-params: Added trailing space for 'long long int' regexp. 2000-07-23 10:15:42 -06:00
libjava Missing changelog entry 2000-08-04 02:15:51 +01:00
libobjc Added libtool support for building libobjc. 2000-07-29 19:19:43 +00:00
libstdc++ valarray_array.h (__valarray_sum): Make inline. 2000-07-17 08:20:06 +00:00
libstdc++-v3 locale_facets.h (ctype::ctype): Don't name unused parameters. 2000-08-03 07:56:17 +00:00
texinfo
zlib
.cvsignore merge with /cvs/src 2000-07-22 04:08:22 -04:00
ChangeLog * MAINTAINERS: Add self to Write After Approval list. 2000-08-04 09:37:37 +01:00
config-ml.in config-ml.in: Adjust multilib search paths to the appropriate multilib tree. 2000-08-03 19:19:33 +00:00
config.guess
config.if
config.sub merge with /cvs/src 2000-07-22 04:08:22 -04:00
configure * configure (topsrcdir): Don't use dirname. 2000-07-23 11:41:56 -06:00
configure.in * configure.in (libstdcxx_flags): Don't use `"'. 2000-08-03 23:52:12 +00:00
COPYING
COPYING.LIB
djunpack.bat merge with /cvs/src 2000-07-22 04:08:22 -04:00
install-sh
libtool.m4 libtool.m4, [...]: New files from the libtool CVS tree multi-language branch. 2000-07-28 18:04:21 +00:00
ltcf-c.sh ltconfig, ltmain.sh: Update from libtool multi-language branch. 2000-08-01 04:45:34 +00:00
ltcf-cxx.sh ltconfig, ltmain.sh: Update from libtool multi-language branch. 2000-08-01 04:45:34 +00:00
ltcf-gcj.sh libtool.m4, [...]: New files from the libtool CVS tree multi-language branch. 2000-07-28 18:04:21 +00:00
ltconfig ltconfig, ltmain.sh: Update from libtool multi-language branch. 2000-08-01 04:45:34 +00:00
ltmain.sh ltconfig, ltmain.sh: Update from libtool multi-language branch. 2000-08-01 04:45:34 +00:00
MAINTAINERS * MAINTAINERS: Add self to Write After Approval list. 2000-08-04 09:37:37 +01:00
Makefile.in Makefile.in (clean-target-libgcc): Remove gcc/libgcc. 2000-07-28 02:22:17 +00:00
missing merge with /cvs/src 2000-07-22 04:08:22 -04:00
mkdep merge with /cvs/src 2000-07-22 04:08:22 -04:00
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.