]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/ChangeLog
Implement N4514, C++ Extensions for Transactional Memory.
[thirdparty/gcc.git] / gcc / c / ChangeLog
index c6eab4ed0fc84030506aced1d05c352e7b0fc8c9..e0f169dc1d5da8e9cb6bdd7384ac004d5dfec4b1 100644 (file)
@@ -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