diff options
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 7c1247d120e..fb9fda3b211 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2015-12-21 David Malcolm <dmalcolm@redhat.com> + + * c-typeck.c: Include "gcc-rich-location.h". + (build_binary_op): In the two places that call binary_op_error, + create a gcc_rich_location and populate it with the location of + the binary op and its two operands. + 2015-12-16 David Malcolm <dmalcolm@redhat.com> * c-parser.c (c_parser_statement_after_labels): When calling |