mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-12 07:49:42 +08:00
fold-const.c: Remove non-printable character 160.
2004-05-19 Paolo Bonzini <bonzini@gnu.org> * fold-const.c: Remove non-printable character 160. From-SVN: r82024
This commit is contained in:
parent
59fa6e39c6
commit
d28f752bd3
@ -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.
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user