aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/stmt.c')
-rw-r--r--gcc-4.4.0/gcc/stmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.4.0/gcc/stmt.c b/gcc-4.4.0/gcc/stmt.c
index 96e63fa88..93fabcd27 100644
--- a/gcc-4.4.0/gcc/stmt.c
+++ b/gcc-4.4.0/gcc/stmt.c
@@ -1418,6 +1418,7 @@ warn_if_unused_value (const_tree exp, location_t locus)
goto restart;
case SAVE_EXPR:
+ case NON_LVALUE_EXPR:
exp = TREE_OPERAND (exp, 0);
goto restart;