From c22b1771e2e57f032f576b2a9b64e5e45b79089a Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 5 Apr 2006 13:41:01 +0000 Subject: [PATCH] Add missing word in comment. From-SVN: r112702 --- gcc/gimplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 797877ebf70..b9cd33f6090 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -5703,7 +5703,7 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p, /* Historically, the compiler has treated a bare reference to a volatile lvalue as forcing a load. */ tree type = TYPE_MAIN_VARIANT (TREE_TYPE (*expr_p)); - /* Normally, we do want to create a temporary for a + /* Normally, we do not want to create a temporary for a TREE_ADDRESSABLE type because such a type should not be copied by bitwise-assignment. However, we make an exception here, as all we are doing here is ensuring that -- 2.30.2