Go to file
Jason Merrill 622aac0b88 re PR c++/55223 ([C++11] Default lambda expression of a templated class member)
PR c++/55223
gcc/cp/
	* pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Fix handling of
	default argument scope.
	* mangle.c (write_name): Likewise.
libiberty/
	* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
	(d_print_comp): Likewise.

From-SVN: r196065
2013-02-14 20:26:44 -05:00
INSTALL
boehm-gc
config
contrib
fixincludes
gcc re PR c++/55223 ([C++11] Default lambda expression of a templated class member) 2013-02-14 20:26:44 -05:00
gnattools
include Sync plugin-api.h with the copy in binutils. Please see: 2013-02-11 19:42:25 +00:00
intl
libada Fix typo in ChangeLog 2013-02-13 11:30:32 +01:00
libatomic
libbacktrace
libcpp re PR c++/55582 ([C++11] Unable to define string user-defined literal without leading underscore.) 2013-02-14 02:55:42 +00:00
libdecnumber
libffi
libgcc re PR target/54222 ([avr] Implement fixed-point support) 2013-02-12 14:55:16 +00:00
libgfortran
libgo re PR go/56171 (syscall FAILs on Solaris) 2013-02-11 19:03:04 +00:00
libgomp
libiberty re PR c++/55223 ([C++11] Default lambda expression of a templated class member) 2013-02-14 20:26:44 -05:00
libitm re PR libitm/55693 (libitm.c++/eh-1.C execution test fails on darwin from r193271) 2013-02-11 23:30:10 +00:00
libjava
libmudflap
libobjc
libquadmath
libsanitizer OFF_T: Merged from upstream r175140 2013-02-14 08:54:01 -08:00
libssp
libstdc++-v3 re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore) 2013-02-13 21:58:53 +00:00
lto-plugin
maintainer-scripts
zlib
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
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.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.