diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2012-11-07 20:30:48 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-11-07 20:30:48 +0100 |
commit | 17b5bd7b32d9c8fdfeffd5ab4337c26555e61ee4 (patch) | |
tree | e9bdb1b726256bf76cc425cd9cabb68f3624568f /gcc | |
parent | 7332899a4225f89d820af7c04bfdcd0be05f44e3 (diff) | |
download | gcc-17b5bd7b32d9c8fdfeffd5ab4337c26555e61ee4.zip gcc-17b5bd7b32d9c8fdfeffd5ab4337c26555e61ee4.tar.gz gcc-17b5bd7b32d9c8fdfeffd5ab4337c26555e61ee4.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 38b0de8..b3cc1cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6a235e0..61d34c0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> |