Commit d96ecaf4 by Jan Hubicka Committed by Jan Hubicka

re PR rtl-optimization/185 (Internal compiler error in `fixup_var_refs_1', at function.c:207)

	* stmt.c (expand_asm_operands): Be able to offload addressof
	expression to memory. (PR optimization/185)

From-SVN: r42160
parent 6e20204f
Wed May 16 19:53:53 CEST 2001 Jan Hubicka <jh@suse.cz>
* stmt.c (expand_asm_operands): Be able to offload addressof
expression to memory. (PR optimization/185)
Wed May 16 18:53:23 CEST 2001 Jan Hubicka <jh@suse.cz> Wed May 16 18:53:23 CEST 2001 Jan Hubicka <jh@suse.cz>
* combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after * combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
......
...@@ -1757,6 +1757,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) ...@@ -1757,6 +1757,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
op); op);
else if (GET_CODE (op) == REG else if (GET_CODE (op) == REG
|| GET_CODE (op) == SUBREG || GET_CODE (op) == SUBREG
|| GET_CODE (op) == ADDRESSOF
|| GET_CODE (op) == CONCAT) || GET_CODE (op) == CONCAT)
{ {
tree type = TREE_TYPE (TREE_VALUE (tail)); tree type = TREE_TYPE (TREE_VALUE (tail));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment