ports/devel/mingw32-gcc/files/patch-gcc_toplev.c
Stephen Montgomery-Smith 0816ffb03a - Patches so that it builds with clang-6.
PR:		ports/229662
Submitted by:	stephen@FreeBSD.org
2018-07-10 21:13:45 +00:00

11 lines
349 B
C

--- gcc/toplev.c.orig 2013-03-28 08:29:51 UTC
+++ gcc/toplev.c
@@ -1025,7 +1025,7 @@ output_stack_usage (void)
id = raw_id;
fprintf (stack_usage_file,
- "%s:%d:%d:%s\t"HOST_WIDE_INT_PRINT_DEC"\t%s\n",
+ "%s:%d:%d:%s\t" HOST_WIDE_INT_PRINT_DEC "\t%s\n",
lbasename (loc.file),
loc.line,
loc.column,