Go to file
Paolo Carlini f4ca8e2772 re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.)
2005-09-15  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/23875
	* include/std/std_ostream.h (operator<<(short), operator<<(unsigned
	short), operator<<(int), operator<<(unsigned int), operator<<(float)):
	Don't call operator<<(long), operator<<(unsigned long), or
	operator<<(double), do the work mandated by the resolution of DR117...
	* include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
	short), operator<<(int), operator<<(unsigned int), operator<<(float)):
	... here.
	* testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.

From-SVN: r104313
2005-09-15 17:27:23 +00:00
INSTALL
boehm-gc
config
contrib
fastjar
fixincludes
gcc tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter. 2005-09-15 17:21:48 +00:00
gnattools
include
intl
libada
libcpp
libffi
libgfortran PR fortran/21875 Internal Unit Array I/O, NIST 2005-09-14 20:18:19 +00:00
libiberty pex-win32.c: Include "windows.h". 2005-09-15 00:46:20 +00:00
libjava
libmudflap
libobjc
libssp
libstdc++-v3 re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.) 2005-09-15 17:27:23 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog configure.in: Recognize f95 in the --enable-languages option... 2005-09-13 06:24:18 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
README.SCO
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in: Recognize f95 in the --enable-languages option... 2005-09-13 06:24:18 +00:00
configure.in configure.in: Recognize f95 in the --enable-languages option... 2005-09-13 06:24:18 +00:00
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.