diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4db6fa4..d76faf8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2015-04-23 Richard Biener <rguenther@suse.de> + + * cfgexpand.c (expand_gimple_stmt_1): Use ops.code. + * cfgloop.c (verify_loop_structure): Verify the root loop node. + * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn + instead of get_eh_region_from_lp_number. + * loop-init.c (fix_loop_structure): If we removed a loop, reset + the SCEV cache. + 2015-04-23 Anton Blanchard <anton@samba.org> * config/rs6000/rs6000.c (rs6000_output_function_prologue): No |