From d28f752bd30791925d7c6fbf08cf426026cd3279 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 19 May 2004 13:14:18 +0000 Subject: [PATCH] fold-const.c: Remove non-printable character 160. 2004-05-19 Paolo Bonzini * fold-const.c: Remove non-printable character 160. From-SVN: r82024 --- gcc/ChangeLog | 4 ++++ gcc/fold-const.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36be02e..3b61615 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-19 Paolo Bonzini + + * fold-const.c: Remove non-printable character 160. + 2004-05-19 Nick Clifton * doc/invoke.texi (ARM Options): Fix typo. diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 1705fb6..ecdc126 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -4959,7 +4959,7 @@ fold_binary_op_with_conditional_arg (enum tree_code code, tree type, evaluated in one branch, with the other branch using the result but missing the evaluation code. Beware that the save_expr call above might not return a SAVE_EXPR, so testing the TREE_CODE - of ARG is not enough to decide here.  */ + of ARG is not enough to decide here. */ if (save) return build (COMPOUND_EXPR, type, fold_convert (void_type_node, arg), -- 2.7.4