projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63fbcf
)
Remove superfluous space
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Tue, 23 Jun 2020 16:34:42 +0000
(18:34 +0200)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Tue, 23 Jun 2020 16:35:49 +0000
(18:35 +0200)
gcc/ada/ChangeLog:
* gcc-interface/utils2.c (build_binary_op): Remove space.
gcc/ada/gcc-interface/utils2.c
patch
|
blob
|
history
diff --git
a/gcc/ada/gcc-interface/utils2.c
b/gcc/ada/gcc-interface/utils2.c
index 364440b2c57f4119da3862229c45c26f01bc22a5..c8a2d7c31bef6af3228d1139dc1f420d57378379 100644
(file)
--- a/
gcc/ada/gcc-interface/utils2.c
+++ b/
gcc/ada/gcc-interface/utils2.c
@@
-972,7
+972,7
@@
build_binary_op (enum tree_code op_code, tree result_type,
&& (((TREE_CODE (restype)
== TREE_CODE (operand_type (result))
&& TYPE_MODE (restype)
-
== TYPE_MODE (operand_type (result))))
+ == TYPE_MODE (operand_type (result))))
|| TYPE_ALIGN_OK (restype))))
result = TREE_OPERAND (result, 0);