Go to file
Jan Hubicka 9de6f6c3ee re PR ipa/60315 (template constructor switch optimization)
PR ipa/60315
	* cif-code.def (UNREACHABLE) New code.
	* ipa-inline.c (inline_small_functions): Skip edges to __builtlin_unreachable.
	(estimate_edge_growth): Allow edges to __builtlin_unreachable.
	* ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
	predicate to __bulitin_unreachable.
	(set_cond_stmt_execution_predicate): Fix issue when invert_tree_comparison
	returns ERROR_MARK.
	* ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
	propagate to inline clones.
	* cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
	to unreachable.
	* ipa-cp.c (create_specialized_node): Be ready for new node to appear.
	* cgraphclones.c (cgraph_clone_node): If call destination is already
	ureachable, do not redirect it back.
	* tree-inline.c (fold_marked_statements): Hanlde calls becoming
	unreachable.

From-SVN: r208831
2014-03-26 02:11:57 +00:00
boehm-gc
config
contrib
fixincludes
gcc re PR ipa/60315 (template constructor switch optimization) 2014-03-26 02:11:57 +00:00
gnattools
include
INSTALL
intl
libada
libatomic
libbacktrace
libcilkrts re PR other/60589 (Parallel install fails due to multiple cilk.h installs) 2014-03-20 20:50:51 +01:00
libcpp * de.po: Update. 2014-03-18 16:04:06 +00:00
libdecnumber
libffi
libgcc ChangeLog: Fix typo 2014-03-20 16:15:39 +00:00
libgfortran re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement) 2014-03-21 22:19:44 +00:00
libgo
libgomp re PR c++/60331 (ICE with OpenMP #pragma omp declare reduction in template class) 2014-03-25 10:30:10 +01:00
libiberty * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void). 2014-03-13 23:04:07 +01:00
libitm
libjava
libobjc
libquadmath
libsanitizer
libssp
libstdc++-v3 re PR libstdc++/60658 (std::atomic<T*> is unexpectedly not lock-free) 2014-03-25 19:39:52 +00:00
libvtv
lto-plugin Fix Solaris bootstrap with GNU ld/LTO 2014-03-17 13:04:12 +00:00
maintainer-scripts
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog configure.ac: Move BUILD_CONFIG set up earlier. 2014-03-21 08:16:06 +01:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac: Move BUILD_CONFIG set up earlier. 2014-03-21 08:16:06 +01:00
configure.ac configure.ac: Move BUILD_CONFIG set up earlier. 2014-03-21 08:16:06 +01: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
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.