re PR target/55224 (FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp)
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 7 Nov 2012 19:30:48 +0000 (20:30 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 7 Nov 2012 19:30:48 +0000 (20:30 +0100)
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

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 38b0de8..b3cc1cf 100644 (file)
@@ -1,3 +1,9 @@
+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>
index 6a235e0..61d34c0 100644 (file)
@@ -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>