re PR middle-end/64065 (CP2K miscompilation at -O3 -flto)
[gcc.git] / gcc / lto-streamer-out.c
index 19f59a0ecf84804bda55f0dab83130e0cbe45a25..2446d88dbce35446a4bc10fc09f5cbae4b60d0c7 100644 (file)
@@ -1956,6 +1956,7 @@ output_struct_function_base (struct output_block *ob, struct function *fn)
   bp_pack_value (&bp, fn->has_simduid_loops, 1);
   bp_pack_value (&bp, fn->va_list_fpr_size, 8);
   bp_pack_value (&bp, fn->va_list_gpr_size, 8);
+  bp_pack_value (&bp, fn->last_clique, sizeof (short) * 8);
 
   /* Output the function start and end loci.  */
   stream_output_location (ob, &bp, fn->function_start_locus);