Go to file
Paolo Carlini b1c5b5a09b istream.tcc (ignore): Correctly deal with n == numeric_limits<streamsize>::max().
2004-05-24  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/istream.tcc (ignore): Correctly deal with
	n == numeric_limits<streamsize>::max().
	* testsuite/27_io/basic_istream/ignore/char/2.cc: New.

	* include/bits/istream.tcc (basic_istream<>::getline): Prefer
	'_M_gcount + 1 < __n' to '--__n; _M_gcount < __n', just in case
	__n == numeric_limits<>::min().

	* include/bits/istream.tcc: Minor tweaks.

	* testsuite/21_strings/basic_string/inserters_extractors/char/10.cc:
	Tighten.
	* testsuite/21_strings/basic_string/inserters_extractors/char/11.cc:
	Likewise.
	* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc:
	Likewise.
	* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc:
	Likewise.
	* testsuite/27_io/basic_istream/getline/char/5.cc: Likewise.

From-SVN: r82198
2004-05-24 09:40:56 +00:00
boehm-gc re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
config
contrib Makefile.def, [...]: Remove all mention of libf2c. 2004-05-18 01:26:21 +00:00
fastjar
gcc gcc.c (struct prefix_list): Add forward declaration. 2004-05-24 07:19:22 +00:00
include
INSTALL
intl
libada Makefile.in: Put back merge of some targets to avoid code duplication. 2004-04-26 16:52:20 +02:00
libbanshee
libf2c Makefile.def, [...]: Remove all mention of libf2c. 2004-05-18 01:26:21 +00:00
libffi re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
libgfortran * random.c (random_seed): Use correct variable. 2004-05-23 16:18:22 +00:00
libiberty
libjava Layout interfaces during preparation, not initialization. 2004-05-21 17:08:50 +01:00
libmudflap Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS. 2004-05-21 20:33:58 +00:00
libobjc re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
libstdc++-v3 istream.tcc (ignore): Correctly deal with n == numeric_limits<streamsize>::max(). 2004-05-24 09:40:56 +00:00
maintainer-scripts gcc_release (build_sources): Generate the NEWS file in toplevel. 2004-05-21 12:41:32 +00:00
zlib re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
.cvsignore
ABOUT-NLS
ChangeLog Makefile.tpl: Whenever a recursive target is defined... 2004-05-21 08:00:17 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure Makefile.tpl: Whenever a recursive target is defined... 2004-05-21 08:00:17 +00:00
configure.in Makefile.tpl: Whenever a recursive target is defined... 2004-05-21 08:00:17 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4 re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO) 2004-05-18 10:11:38 +00:00
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Add myself to MAINTAINERS (write after approval) 2004-05-23 11:32:35 +00:00
Makefile.def Makefile.def, [...]: Remove all mention of libf2c. 2004-05-18 01:26:21 +00:00
Makefile.in Makefile.tpl: Whenever a recursive target is defined... 2004-05-21 08:00:17 +00:00
Makefile.tpl Makefile.tpl: Whenever a recursive target is defined... 2004-05-21 08:00:17 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
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.