Go to file
Martin Liska 1aec2ecce4 re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_classes(unsigned int) (ipa-icf.c:2958))
Fix PR ipa/65432

	PR ipa/65432
	* cgraph.c (cgraph_node::get_create): Remove unnecessary
	xstrdup_for_dump wrapper.
	* ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
	sem_item::name.
	(sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
	with xstrdup_for_dump.
	(sem_variable::equals): Likewise.
	(sem_item_optimizer::read_section): Use symtab_node::name instead of
	sem_item::name.
	(sem_item_optimizer::parse_funcs_and_vars): Likewise.
	(sem_item_optimizer::merge_classes): Wrap symtab_node::name and
	symtab_node::asm_name with xstrdup_for_dump.
	(congruence_class::dump): Use symtab_node::name instead of
	sem_item::name.
	* ipa-icf.h (symtab_node::name): Remove.
	(symtab_node::asm_name): Likewise.

From-SVN: r221491
2015-03-18 14:16:59 +00:00
boehm-gc
config Move cloog.m4 ChangeLog entry to config/ChangeLog 2015-03-16 08:28:58 -07:00
contrib
fixincludes
gcc re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_classes(unsigned int) (ipa-icf.c:2958)) 2015-03-18 14:16:59 +00:00
gnattools
gotools Makefile.am (GOLINK): Add GOCFLAGS. 2015-03-12 16:44:36 +00:00
include
INSTALL
intl
libada
libatomic
libbacktrace
libcc1
libcilkrts
libcpp re PR c++/64626 (C++14 single quote should not always be a digit separator) 2015-03-17 00:50:55 +00:00
libdecnumber
libffi
libgcc
libgfortran re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4)::rate) 2015-03-17 01:04:58 +00:00
libgo libgo/README: Minor updates. 2015-03-13 18:53:13 +00:00
libgomp varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for the external decls. 2015-03-13 13:30:26 +00:00
libiberty
libitm
libjava
libmpx re PR other/65384 (Intel MPX does not support x32) 2015-03-12 08:58:08 +00:00
libobjc
liboffloadmic
libquadmath
libsanitizer
libssp
libstdc++-v3 acinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthread_rwlock_t. 2015-03-18 10:53:38 +00:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog Move cloog.m4 ChangeLog entry to config/ChangeLog 2015-03-16 08:28:58 -07:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
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
Makefile.def
Makefile.in
Makefile.tpl
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.

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.