diff options
Diffstat (limited to 'gcc/stmt.c')
| -rw-r--r-- | gcc/stmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index e628635fc6a..917f46ba609 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -1757,6 +1757,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) op); else if (GET_CODE (op) == REG || GET_CODE (op) == SUBREG + || GET_CODE (op) == ADDRESSOF || GET_CODE (op) == CONCAT) { tree type = TREE_TYPE (TREE_VALUE (tail)); |

