From: Uros Bizjak Date: Wed, 7 Nov 2012 19:30:48 +0000 (+0100) Subject: re PR target/55224 (FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17b5bd7b32d9c8fdfeffd5ab4337c26555e61ee4;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 38b0de87e4f..b3cc1cf940b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2012-11-07 Uros Bizjak + + 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 PR c/53063 @@ -15,7 +21,7 @@ 2012-11-07 Yufeng Zhang - * 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 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6a235e0568a..61d34c0720b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -37,6 +37,7 @@ 2012-11-07 Kaz Kojima + PR target/49220 * gcc.c-torture/compile/pr49220.c: New test. 2012-11-07 Florian Weimer