Commit 17b5bd7b by Uros Bizjak

re PR target/55224 (FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp)

	PR target/55224
	* config/i386/i386.c (ix86_function_ok_for_sibcall): Put back exception
	to make a sibcall if one of the functions has void return type.

From-SVN: r193305
parent 7332899a
2012-11-07 Uros Bizjak <ubizjak@gmail.com>
PR target/55224
* config/i386/i386.c (ix86_function_ok_for_sibcall): Put back exception
to make a sibcall if one of the functions has void return type.
2012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c/53063
......@@ -15,7 +21,7 @@
2012-11-07 Yufeng Zhang <yufeng.zhang@arm.com>
* config/aarch64/aarch64.c (aarch64_expand_prologue): add the missing
* config/aarch64/aarch64.c (aarch64_expand_prologue): Add the missing
argument 'Pmode' to the 'plus_constant' call.
2012-11-07 Martin Jambor <mjambor@suse.cz>
......@@ -37,6 +37,7 @@
2012-11-07 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/49220
* gcc.c-torture/compile/pr49220.c: New test.
2012-11-07 Florian Weimer <fweimer@redhat.com>
......
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