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 514bb31..11c3b47 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2015-10-09 Richard Biener <rguenther@suse.de> + + * genmatch.c (print_operand): Fix formatting. + (dt_node::append_simplify): Warn for multiple simplifiers + that match the same pattern. + * match.pd (log (exp @0)): Remove duplicates. + 2015-10-09 Richard Biener <rguenth@suse.de> PR target/67366 |