aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index f6445a7621d..619f5e1b65f 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4431,7 +4431,7 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
4431 if (!NILP (Fsymbol_value (Qcomp_libgccjit_reproducer))) 4431 if (!NILP (Fsymbol_value (Qcomp_libgccjit_reproducer)))
4432 gcc_jit_context_dump_reproducer_to_file ( 4432 gcc_jit_context_dump_reproducer_to_file (
4433 comp.ctxt, 4433 comp.ctxt,
4434 format_string ("comp_%s_repro.c", SSDATA (base_name))); 4434 format_string ("%s_libgccjit_repro.c", SSDATA (base_name)));
4435 4435
4436 Lisp_Object tmp_file = 4436 Lisp_Object tmp_file =
4437 Fmake_temp_file_internal (base_name, Qnil, build_string (".eln.tmp"), Qnil); 4437 Fmake_temp_file_internal (base_name, Qnil, build_string (".eln.tmp"), Qnil);