aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-03 00:16:41 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-03 00:16:41 +0000
commit04d4a4943a445e2c83f20cebc95b6c2aac3305e6 (patch)
tree0af4d647cefa8d2bfa5d6a94f38bb327a38d62f0 /gcc/jit
parentf4dd9416843308d4ae519983415fe62212662536 (diff)
downloadgcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.zip
gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.gz
gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r--gcc/jit/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index 4435195..af2c09d 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,16 @@
+2023-12-02 Richard Sandiford <richard.sandiford@arm.com>
+
+ * dummy-frontend.cc (jit_format_attribute_table): Change type to
+ scoped_attribute_specs, using...
+ (jit_format_attributes): ...this as the underlying array.
+ (jit_attribute_table): Change to an array of scoped_attribute_specs
+ pointers, using...
+ (jit_gnu_attributes, jit_gnu_attribute_table): ...these new globals
+ for the original array. Include the format attributes.
+ (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Delete.
+ (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Delete.
+ (LANG_HOOKS_ATTRIBUTE_TABLE): Define.
+
2023-11-09 Guillaume Gomez <guillaume1.gomez@gmail.com>
* libgccjit++.h: