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 9ef2c72..6fa2af1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into + fabs(x)*sqrt(2). + * fold-const.c (fold_binary): Fix comment typos. Fold complex + (x,0)-(0,y) into (x,-y). Likewise (0,y)-(x,0) into (-x,y). + 2007-02-02 Mike Stump <mrs@apple.com> * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add. |