summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/expr.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-18 05:45:16 +0000
committerpeter <peter@FreeBSD.org>1996-09-18 05:45:16 +0000
commit7438a7f7a8a831d67d05e34b842fef1eebea33b1 (patch)
treeb06eeb3521e16f208626dc321bbc10200b9a7955 /contrib/gcc/expr.c
parent120a6a0c72cde257e4ce6b0c036d881e1107c217 (diff)
parentacb2bcd1679fc89c82b1ebd30a92fe0538b7f4dc (diff)
downloadFreeBSD-src-7438a7f7a8a831d67d05e34b842fef1eebea33b1.zip
FreeBSD-src-7438a7f7a8a831d67d05e34b842fef1eebea33b1.tar.gz
This commit was generated by cvs2svn to compensate for changes in r18336,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/expr.c')
-rw-r--r--contrib/gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/expr.c b/contrib/gcc/expr.c
index 2d307a2..39591c9 100644
--- a/contrib/gcc/expr.c
+++ b/contrib/gcc/expr.c
@@ -4582,7 +4582,7 @@ expand_expr (exp, target, tmode, modifier)
through a pointer to const does not mean that the value there can
never change. Languages where it can never change should
also set TREE_STATIC. */
- RTX_UNCHANGING_P (temp) = TREE_READONLY (exp) | TREE_STATIC (exp);
+ RTX_UNCHANGING_P (temp) = TREE_READONLY (exp) & TREE_STATIC (exp);
return temp;
}
OpenPOWER on IntegriCloud