aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r--gcc/cppmain.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index 3304c15..ca966fc 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -196,7 +196,9 @@ scan_buffer (pfile)
putc (' ', print.outf);
}
}
- else if (print.printed && ! (token->flags & PREV_WHITE)
+ else if (print.printed
+ && ! (token->flags & PREV_WHITE)
+ && ! CPP_OPTION (pfile, lang_asm)
&& cpp_avoid_paste (pfile, &tokens[1 - index], token))
token->flags |= PREV_WHITE;