diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 7047918..52012eb 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -3604,12 +3604,6 @@ gimplify_asm_expr (tree *expr_p, tree *pre_p, tree *post_p) parse_output_constraint (&constraint, i, 0, 0, &allows_mem, &allows_reg, &is_inout); - if (TYPE_READONLY (TREE_TYPE (TREE_VALUE (link)))) - { - error ("invalid lvalue in asm output %d", i); - ret = GS_ERROR; - } - if (!allows_reg && allows_mem) lang_hooks.mark_addressable (TREE_VALUE (link)); |