diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1176eb21f0..2e70ef8f246 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2010-04-01 Richard Guenther <rguenther@suse.de> + PR tree-optimization/43607 + * ipa-type-escape.c (check_call): Do not access non-existing + arguments. + +2010-04-01 Richard Guenther <rguenther@suse.de> + PR middle-end/43602 Revert 2010-03-30 Seongbae Park <seongbae.park@gmail.com> |