summaryrefslogtreecommitdiffstats
path: root/gcc/c-typeck.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-19 21:49:26 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-19 21:49:26 +0000
commit1366bedb63bcf85d1d2d1d7b8ac27459f1ca37be (patch)
treecdb3a75be627adc4c6a6cd610a576506ffe8563f /gcc/c-typeck.c
parent25b48e97b633637acba4a12157233fbb6efb5419 (diff)
downloadppe42-gcc-1366bedb63bcf85d1d2d1d7b8ac27459f1ca37be.tar.gz
ppe42-gcc-1366bedb63bcf85d1d2d1d7b8ac27459f1ca37be.zip
* c-typeck.c (c_expand_asm_operands): Use proper values when calling
expand_expr.. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-typeck.c')
-rw-r--r--gcc/c-typeck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index f8f0705e324..ea2fea84d80 100644
--- a/gcc/c-typeck.c
+++ b/gcc/c-typeck.c
@@ -6862,7 +6862,7 @@ c_expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
if (o[i] != TREE_VALUE (tail))
{
expand_expr (build_modify_expr (o[i], NOP_EXPR, TREE_VALUE (tail)),
- 0, VOIDmode, 0);
+ NULL_RTX, VOIDmode, EXPAND_NORMAL);
free_temp_slots ();
}
/* Detect modification of read-only values.
OpenPOWER on IntegriCloud