Go to file
Jonathan Wakely 86137e8127 re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class with friend deleter)
2010-12-14  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/46910
	* include/bits/shared_ptr_base.h (_Sp_counted_deleter): Do not
	derive from _Sp_counted_ptr.
	* testsuite/20_util/shared_ptr/cons/46910.cc: New.
	* testsuite/20_util/shared_ptr/cons/43820.cc: Adjust.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.

From-SVN: r167819
2010-12-14 22:13:26 +00:00
INSTALL
boehm-gc update boehm-gc for powerpc m64 darwin. 2010-12-10 10:09:10 +00:00
config re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
contrib make_sunver.pl: Use elfdump -s to extract symbols if possible, readelf -s otherwise. 2010-11-25 18:16:57 +00:00
fixincludes PR other/46202: implement install-strip. 2010-11-20 19:37:08 +00:00
gcc Check for duplicate methods. 2010-12-14 20:54:45 +00:00
gnattools PR other/46202: implement install-strip. 2010-11-20 19:37:08 +00:00
include simple-object.h (simple_object_attributes_merge): Declare, replacing simple_object_attributes_compare. 2010-11-17 01:03:06 +00:00
intl
libada PR other/46202: implement install-strip. 2010-11-20 19:37:08 +00:00
libcpp * de.po: Update. 2010-12-13 21:49:00 +00:00
libdecnumber cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN. 2010-11-24 23:29:41 +00:00
libffi configure.ac (libffi_cv_as_ascii_pseudo_op): Use double backslashes. 2010-12-06 16:17:45 +00:00
libgcc re PR target/46040 (crtstuff.c:308:26: error: '__DTOR_LIST__' undeclared) 2010-12-13 16:23:50 +00:00
libgfortran re PR fortran/46540 (libquadmath: Implement --disable-libquadmath) 2010-12-10 11:55:56 +01:00
libgo Better error message if malloc gets a SIGSEGV. 2010-12-14 05:19:51 +00:00
libgomp re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147) 2010-12-14 14:59:20 +01:00
libiberty splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated. 2010-12-08 15:48:50 +00:00
libjava re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
libmudflap
libobjc objects.c (object_copy): Do not #undef as we are no longer including objc/objc-api.h. 2010-12-14 21:57:31 +00:00
libquadmath re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2010-12-13 20:44:38 +01:00
libssp re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
libstdc++-v3 re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class with friend deleter) 2010-12-14 22:13:26 +00:00
lto-plugin re PR middle-end/46674 (Weak alias is mistakenly optimized away) 2010-12-10 14:28:58 +00:00
maintainer-scripts gcc_release: Add support for releasing Go as a separate tarball. 2010-12-08 23:55:43 +00:00
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog * MAINTAINERS: Added myself to MAINTAINERS (write after approval) 2010-12-14 05:28:02 +00:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS: Added myself to MAINTAINERS (write after approval) 2010-12-14 05:28:02 +00:00
Makefile.def re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 character return type) 2010-11-26 04:25:32 +00:00
Makefile.in re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 character return type) 2010-11-26 04:25:32 +00:00
Makefile.tpl re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 character return type) 2010-11-26 04:25:32 +00:00
README
compile
config-ml.in config-ml.in: Add Go support... 2010-11-19 20:25:49 +00:00
config.guess
config.rpath
config.sub
configure re PR bootstrap/46819 (libffi is always built) 2010-12-10 14:47:12 +00:00
configure.ac re PR bootstrap/46819 (libffi is always built) 2010-12-10 14:47:12 +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.