diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 072d090173d..64331da6185 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2009-04-04 Jan Hubicka <jh@suse.cz> + + * except.c (remove_eh_handler): Make static. + (eh_region_must_not_throw_p): Kill. + (expand_resx_expr): Assertize. + (duplicate_eh_regions): Accept callback as parameter; comment. + * except.h (duplicate_eh_regions): New function. + (remap_decl_v): Kill. + (copy_cfg_body): Update call of duplicate_eh_regions. + 2009-04-04 Richard Guenther <rguenther@suse.de> * tree-ssa.c (verify_ssa): With -O0 we do not need VOPs. |