summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-convert.c b/gcc/c-convert.c
index 89637cb7364..8b90f273fac 100644
--- a/gcc/c-convert.c
+++ b/gcc/c-convert.c
@@ -145,7 +145,7 @@ convert_to_integer (type, expr)
if (TREE_CODE_CLASS (ex_form) == '<'
|| ex_form == TRUTH_AND_EXPR || ex_form == TRUTH_ANDIF_EXPR
|| ex_form == TRUTH_OR_EXPR || ex_form == TRUTH_ORIF_EXPR
- || ex_form == TRUTH_NOT_EXPR)
+ || ex_form == TRUTH_XOR_EXPR || ex_form == TRUTH_NOT_EXPR)
{
TREE_TYPE (expr) = type;
return expr;