Go to file
Paolo Carlini 5dc2271456 [multiple changes]
2010-03-25  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/unordered_map.h (operator==, operator!=): Add per N3068.
	* include/bits/unordered_set.h (operator==, operator!=): Likewise.
	* include/debug/unordered_map (operator==, operator!=): Likewise.
	* include/debug/unordered_set: Likewise.
	* include/profile/unordered_map: Likewise.
	* include/profile/unordered_set: Likewise.
	* testsuite/23_containers/unordered_map/operators/1.cc: New.
	* testsuite/23_containers/unordered_multimap/operators/1.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/operators/2.cc: Likewise.
	* testsuite/23_containers/unordered_set/operators/1.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/operators/1.cc: Likewise.

2010-03-25  John Lakos  <jlakos@bloomberg.net>
	    Pablo Halpern  <phalpern@halpernwightsoftware.com>
	    Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/hashtable_policy.h (struct _Equality_base): Add.
	* include/bits/hashtable.h (_Hashtable<>): Derive from the latter.

From-SVN: r157736
2010-03-26 02:19:10 +00:00
INSTALL
boehm-gc PR target/42811 (prerequisite) 2010-03-21 19:34:19 +00:00
config mh-mingw: Revert accidentally checking r156315. 2010-03-23 15:48:08 +01:00
contrib Fix *.log tests output containing "===". 2010-03-22 17:36:49 +00:00
fixincludes inclhack.def (glibc_strncpy): New fix. 2010-03-24 23:20:15 +00:00
gcc Daily bump. 2010-03-26 00:16:47 +00:00
gnattools
include * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define. 2010-03-23 15:58:01 +00:00
intl
libada
libcpp
libdecnumber
libffi configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test. 2010-03-15 19:36:26 +00:00
libgcc re PR target/38085 (gcc -m64 -pg generates invalid assembler code on Solaris 10/x86) 2010-03-22 20:12:34 +00:00
libgfortran re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.) 2010-03-22 02:39:02 +00:00
libgomp re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value) 2010-03-22 16:16:52 +01:00
libiberty c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and move before the element type. 2010-03-22 16:38:35 -04:00
libjava Fixed incorrect formatting of previous ChangeLog entry. Obvious. 2010-03-23 05:39:39 +00:00
libmudflap pass54-frag.c: Add explicit return from main. 2010-03-15 21:01:12 -07:00
libobjc re PR libobjc/30445 (Fix for FIXME in gcc-4_2-branch/libobjc/Makefile.in) 2010-03-23 05:05:35 +00:00
libssp
libstdc++-v3 [multiple changes] 2010-03-26 02:19:10 +00:00
lto-plugin Delete temporary output files. 2010-03-16 07:06:40 -07:00
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog configure.ac (tic6x-*-*): New case. 2010-03-23 16:04:30 +00:00
ChangeLog.tree-ssa
MAINTAINERS Update my mail address. 2010-03-18 00:47:13 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess config.sub: Update to version 2010-03-22. 2010-03-23 14:26:40 +00:00
config.rpath
config.sub config.sub: Update to version 2010-03-22. 2010-03-23 14:26:40 +00:00
configure configure.ac (tic6x-*-*): New case. 2010-03-23 16:04:30 +00:00
configure.ac configure.ac (tic6x-*-*): New case. 2010-03-23 16:04:30 +00:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
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 files whose
names start with 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/ for how to report bugs usefully.