OSDN Git Service

2004-05-19 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2004 13:14:18 +0000 (13:14 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2004 13:14:18 +0000 (13:14 +0000)
* fold-const.c: Remove non-printable character 160.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82024 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fold-const.c

index 36be02e..3b61615 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-19  Paolo Bonzini  <bonzini@gnu.org>
+
+       * fold-const.c: Remove non-printable character 160.
+
 2004-05-19  Nick Clifton  <nickc@redhat.com>
 
        * doc/invoke.texi (ARM Options): Fix typo.
index 1705fb6..ecdc126 100644 (file)
@@ -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),