aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc16-devel/files/patch-gcc_jit_jit-recording.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc16-devel/files/patch-gcc_jit_jit-recording.cc')
-rw-r--r--lang/gcc16-devel/files/patch-gcc_jit_jit-recording.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcc16-devel/files/patch-gcc_jit_jit-recording.cc b/lang/gcc16-devel/files/patch-gcc_jit_jit-recording.cc
new file mode 100644
index 000000000000..eb1071b632c0
--- /dev/null
+++ b/lang/gcc16-devel/files/patch-gcc_jit_jit-recording.cc
@@ -0,0 +1,11 @@
+--- gcc/jit/jit-recording.cc.orig 2025-09-19 17:08:24 UTC
++++ gcc/jit/jit-recording.cc
+@@ -4822,7 +4822,7 @@ recording::function::write_reproducer (reproducer &r)
+ r.write(" gcc_jit_function_add_integer_array_attribute (%s,\n"
+ " %s,\n"
+ " (int[])%s,\n"
+- " %lu);\n",
++ " %zu);\n",
+ id,
+ fn_attribute_reproducer_strings[std::get<0>(attribute)],
+ get_vector_int_debug (std::get<1>(attribute)).c_str(),