Commit 08cb0abc by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/63974 (gcc.c-torture/compile/991213-3.c ICEs with -mabi=ilp32)

	PR middle-end/63974
	* cfgexpand.c (expand_computed_goto): Don't call
	convert_memory_address here.

From-SVN: r219529
parent d0ed943c
2015-01-13 Jakub Jelinek <jakub@redhat.com>
PR middle-end/63974
* cfgexpand.c (expand_computed_goto): Don't call
convert_memory_address here.
2015-01-13 Richard Biener <rguenther@suse.de>
PR tree-optimization/64406
......
......@@ -3060,8 +3060,6 @@ expand_computed_goto (tree exp)
{
rtx x = expand_normal (exp);
x = convert_memory_address (Pmode, x);
do_pending_stack_adjust ();
emit_indirect_jump (x);
}
......
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