$OpenBSD: patch-gcc_tree-ssa-reassoc_c,v 1.2 2020/04/05 21:55:01 tracey Exp $

Index: gcc/tree-ssa-reassoc.c
--- gcc/tree-ssa-reassoc.c.orig
+++ gcc/tree-ssa-reassoc.c
@@ -4550,7 +4550,7 @@ attempt_builtin_powi (gimple stmt, vec<operand_entry_t
 		      if (elt < vec_len - 1)
 			fputs (" * ", dump_file);
 		    }
-		  fprintf (dump_file, ")^"HOST_WIDE_INT_PRINT_DEC"\n",
+		  fprintf (dump_file, ")^" HOST_WIDE_INT_PRINT_DEC"\n",
 			   power);
 		}
 	    }
@@ -4584,7 +4584,7 @@ attempt_builtin_powi (gimple stmt, vec<operand_entry_t
 		  if (elt < vec_len - 1)
 		    fputs (" * ", dump_file);
 		}
-	      fprintf (dump_file, ")^"HOST_WIDE_INT_PRINT_DEC"\n", power);
+	      fprintf (dump_file, ")^" HOST_WIDE_INT_PRINT_DEC"\n", power);
 	    }
 
 	  reassociate_stats.pows_created++;
