diff options
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index c6eab4ed0fc..e0f169dc1d5 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2015-10-04 Jason Merrill <jason@redhat.com> + + * c-parser.c (c_lex_one_token): Handle @synchronized. + * c-decl.c (match_builtin_function_types): A declaration of a built-in + can change whether the function is transaction_safe. + 2015-10-02 Marek Polacek <polacek@redhat.com> PR c/67730 |