Go to file
Dodji Seketeli f8fb729529 re PR debug/46955 (Missing DW_AT_const_value from DW_TAG_template_value_parameter)
Fix PR debug/46955

gcc/cp/

	* cp-lang.c (get_template_innermost_arguments_folded)
	(get_template_argument_pack_elems_folded)
	(template_arg_needs_folding, fold_cplus_constants): New static
	functions.
	(LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
	get_template_innermost_arguments_folded.
	(LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
	get_template_argument_pack_elems_folded.

gcc/testsuite/

	* g++.dg/debug/dwarf2/template-params-8.C: New test.

From-SVN: r168681
2011-01-11 22:20:07 +01:00
boehm-gc update boehm-gc for powerpc m64 darwin. 2010-12-10 10:09:10 +00:00
config bootstrap-lto.mk: -fuse-linker-plugin is default now; pass -fno-lto to STAGEprofile. 2011-01-10 23:43:54 +00:00
contrib Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
fixincludes Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gcc re PR debug/46955 (Missing DW_AT_const_value from DW_TAG_template_value_parameter) 2011-01-11 22:20:07 +01:00
gnattools
include Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
INSTALL
intl
libada
libcpp * ru.po: New. 2011-01-07 14:34:04 +00:00
libdecnumber Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libffi Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libgcc Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libgfortran re PR libfortran/47154 (END= does not work in namelist read) 2011-01-05 03:53:15 +00:00
libgo Add cgo support routines corresponding to the ones in 6g/8g. 2011-01-11 18:59:30 +00:00
libgomp Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libiberty Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libjava Normalise whitespace in GNU Classpath. 2011-01-11 19:46:05 +00:00
libmudflap Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libobjc Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libquadmath re PR fortran/47174 (libquadmath: Build now depends on makeinfo) 2011-01-06 22:09:41 +00: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 aclocal.m4: Regenerate. 2011-01-11 16:43:25 +00:00
lto-plugin Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. 2010-12-20 17:03:10 +00:00
maintainer-scripts update_web_docs_svn (MANUALS): Add libquadmath. 2010-12-18 12:55:02 +01:00
zlib
ABOUT-NLS
ChangeLog bootstrap-lto.mk: -fuse-linker-plugin is default now; pass -fno-lto to STAGEprofile. 2011-01-10 23:43:54 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure * configure: Regenerate. 2010-12-23 16:09:09 +00:00
configure.ac configure.ac: (picochip): Disable libiberty. 2010-12-22 10:34:23 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS * MAINTAINERS (Write After Approval): Add myself. 2011-01-07 21:54:14 +00:00
Makefile.def re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found") 2011-01-09 14:34:41 +00:00
Makefile.in re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found") 2011-01-09 14:34:41 +00:00
Makefile.tpl Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

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.