OSDN Git Service

PR target/55224
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2012 19:30:48 +0000 (19:30 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2012 19:30:48 +0000 (19:30 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193305 138bc75d-0d04-0410-961f-82ee72b054a4

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>