diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8aa64b..62fb301 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2010-01-07 Martin Jambor <mjambor@suse.cz> + + PR tree-optimization/42157 + * tree-sra.c (compare_access_positions): Stabilize sort if both + accesses have integer types, return zero immediately if they are the + same. + 2010-01-06 Richard Henderson <rth@redhat.com> PR middle-end/41883 |