$OpenBSD: patch-gcc_ipa-devirt_c,v 1.1 2018/04/15 23:39:26 jca Exp $

Index: gcc/ipa-devirt.c
--- gcc/ipa-devirt.c.orig
+++ gcc/ipa-devirt.c
@@ -1634,7 +1634,7 @@ dump_possible_polymorphic_call_targets (FILE *f,
     {
       fprintf (f, "    Contained in type:");
       print_generic_expr (f, ctx.outer_type, TDF_SLIM);
-      fprintf (f, " at offset "HOST_WIDE_INT_PRINT_DEC"\n",
+      fprintf (f, " at offset " HOST_WIDE_INT_PRINT_DEC "\n",
 	       ctx.offset);
     }
 
