Go to file
Jan Hubicka a8da523f8a re PR tree-optimization/28850 (missed call -> jmp transformation; redundant unwind stuff with empty finally)
PR middle-end/28850
	* tree-pass.h (pass_cleanup_eh): New function.
	(remove_unreachable_regions): Break code handling RTL
	to rtl_remove_unreachable_regions; remove ERT_MUST_NOT_THROW
	that can not be reached by runtime.
	(can_be_reached_by_runtime): New function.
	(label_to_region_map): New function.
	(num_eh_regions): New function.
	(rtl_remove_unreachable_regions): New function.
	(convert_from_eh_region_ranges): Call rtl_remove_unreachable_regions.
	(remove_eh_region): New function.
	* except.h: Include sbitmap and vecprim.
	(remove_eh_region, remove_unreachable_regions, label_to_region_map,
	num_eh_regions): Declare.
	* passes.c (init_optimization_passes): Schedule cleanup_eh.
	* Makefile.in (EXCEPT_H): New; replace all uses of except.h
	by it.
	* tree-eh.c (tree_remove_unreachable_handlers): New function.
	(tree_empty_eh_handler_p): New function.
	(cleanup_empty_eh): New function.
	(cleanup_eh): New function.
	(pass_cleanup_eh): New function.

From-SVN: r145233
2009-03-29 13:32:13 +00:00
boehm-gc
config
contrib
fixincludes inclhack.def (aix_syswait, [...]): Remove. 2009-03-28 06:51:09 +00:00
gcc re PR tree-optimization/28850 (missed call -> jmp transformation; redundant unwind stuff with empty finally) 2009-03-29 13:32:13 +00:00
gnattools
include
INSTALL
intl
libada
libcpp Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not mkinstalldirs. 2009-03-28 06:57:44 +00:00
libdecnumber decNumber.c, [...]: Upgrade to decNumber 3.61. 2009-03-29 11:33:22 +11:00
libffi
libgcc inclhack.def (aix_syswait, [...]): Remove. 2009-03-28 06:51:09 +00:00
libgfortran re PR libfortran/33595 (FAIL: gfortran.dg/nint_2.f90 -O0 execution test) 2009-03-28 21:15:45 +00:00
libgomp
libiberty
libjava configure.ac: Detect xulrunner-1.9. 2009-03-16 12:08:23 +00:00
libmudflap
libobjc
libssp
libstdc++-v3
maintainer-scripts crontab: Stop 4.2 snapshots. 2009-03-28 20:31:52 +00:00
zlib
ABOUT-NLS
ChangeLog
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
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 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.