Go to file
Seongbae Park 6c3d0e311a re PR rtl-optimization/34171 (Segfault in df_chain_remove_problem with -O3 on alpha)
gcc/testsuite/ChangeLog:

2007-11-30  Martin Michlmayr <tbm@cyrius.com>

	PR rtl-optimization/34171
	* gcc.dg/pr34171.c: New testcase.

gcc/ChangeLog:

2007-11-30  Seongbae Park <seongbae.park@gmail.com>

	PR rtl-optimization/34171
	* cfgrtl.c (update_bb_for_insn_chain): New function,
	refactored from update_bb_for_insn.
	(update_bb_for_insn): Call update_bb_for_insn.
	(rtl_merge_blocks, try_redirect_by_replacing_jump):
	Replace a loop with update_bb_for_insn_chain call.
	(cfg_layout_merge_blocks): Add a call to
	update_bb_for_insn_chain. Replace the for loop
	with a call to update_bb_for_insn_chain.

From-SVN: r130539
2007-11-30 17:02:43 +00:00
INSTALL
boehm-gc
config
contrib * compare-debug: Introduce -p flag to preserve .stripped files. 2007-11-26 06:40:31 +00:00
fixincludes
gcc re PR rtl-optimization/34171 (Segfault in df_chain_remove_problem with -O3 on alpha) 2007-11-30 17:02:43 +00:00
gnattools
include
intl
libada
libcpp
libdecnumber Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies and substitute $< for the source file in... 2007-11-26 11:40:21 -06:00
libffi closures.c: Move defintion of MAYBE_UNUSED from here to ... 2007-11-25 20:24:23 +01:00
libgcc * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts. 2007-11-20 18:11:07 +00:00
libgfortran re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90) 2007-11-30 04:14:01 +00:00
libgomp [multiple changes] 2007-11-29 15:34:21 +00:00
libiberty
libjava
libmudflap
libobjc
libssp
libstdc++-v3 [multiple changes] 2007-11-29 15:34:21 +00:00
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog [multiple changes] 2007-11-29 15:34:21 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
README.SCO
compile
config-ml.in [multiple changes] 2007-11-29 15:34:21 +00:00
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 file 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.html for how to report bugs usefully.