Go to file
Joseph Myers 3c786c6945 c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
* c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
	(c_size_type_node): Define.
	* c-decl.c (init_decl_processing): Initialize c_size_type_node.
	* c-common.c (enum format_lengths, enum format_std_version,
	format_length_info, format_type_detail, BADLEN, NOLENGTHS,
	format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
	T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
	T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
	T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
	TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
	format_types): Define.
	(format_char_info, print_char_table, scan_char_table,
	time_char_table): Rearrange for new organization of information
	about format length modifiers and standard versions.
	(T_ST): Redefine to use c_size_type_node.
	(check_format_info): Obtain information about length modifiers and
	standard versions from tables.  Adjust warning message wordings.
	Use the name from the user's program for `ll' and `hh' length
	modifiers in warning messages.  Use more informative names for
	wanted types where available (for wchar_t, wint_t, size_t, signed
	size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).

testsuite:
	* gcc.dg/format-diag-1.c: New test.

From-SVN: r36106
2000-09-01 23:09:55 +01:00
boehm-gc * gcconfig.h [OSF1] (_end): Declare as `int'. 2000-08-16 18:17:59 +00:00
config
contrib gcc_update: Execute touch_files_reexec even if cvs update failed. 2000-08-30 21:56:42 +00:00
etc
gcc c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE. 2000-09-01 23:09:55 +01:00
include [multiple changes] 2000-08-28 20:29:29 -04:00
INSTALL
libchill
libf2c Daily bump. 2000-09-01 01:45:07 -06:00
libffi configure.in [...] (TARGET, TARGETDIR): Set. 2000-08-24 01:01:57 +00:00
libiberty Add testcases and missing changelogs: 2000-08-31 21:44:25 +00:00
libio editbuf.h (edit_streambuf): Fix syntax error in friend-declaration. 2000-08-18 10:20:52 +00:00
libjava StreamTokenizer.java: Don't throw a NumberFormatException if a field is numeric as far as the... 2000-09-01 15:00:59 +00:00
libobjc configure.in: Create a config.h file. 2000-08-15 07:39:20 +00:00
libstdc++ bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is already the number of words... 2000-08-22 13:24:01 -06:00
libstdc++-v3 locale-inst.cc: Remove pre-instantiation of unicode codecvt types. 2000-09-01 22:02:49 +00:00
texinfo
zlib
.cvsignore
ChangeLog MAINTAINERS: Add self to Write After Approval list. 2000-08-30 20:40:25 +00:00
config-ml.in config-ml.in (CC, CXX): Avoid trailing whitespace. 2000-08-22 05:02:48 +00:00
config.guess config.guess: Import CVS version 1.152. 2000-08-27 16:38:00 +00:00
config.if
config.sub config.guess: Import CVS version 1.152. 2000-08-27 16:38:00 +00:00
configure top level: 2000-08-14 18:08:46 +00:00
configure.in configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and $targargs to tell whether newlib is going to be built. 2000-08-25 07:04:49 +00:00
COPYING
COPYING.LIB
djunpack.bat
install-sh
libtool.m4 top level: 2000-08-14 18:08:46 +00:00
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Add self to Write After Approval list. 2000-08-30 20:40:25 +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.