--- Comment #8 from uros at gcc dot gnu dot org 2010-06-21 18:08 ---
Subject: Bug 44505
Author: uros
Date: Mon Jun 21 18:07:59 2010
New Revision: 161105
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161105
Log:
PR testsuite/44505
* gcc.c-torture/execute/frame-ad
--- Comment #7 from hubicka at ucw dot cz 2010-06-17 06:41 ---
Subject: Re: [4.6 Regression]
gcc.c-torture/execute/frame-address.c
> Hmm. Well, perhaps the thing to do is ensure we don't get a tail call by
> making the same change as in
> http://gcc.gnu.org/ml/gcc-patches/2005
--- Comment #6 from amodra at gmail dot com 2010-06-17 04:13 ---
Hmm. Well, perhaps the thing to do is ensure we don't get a tail call by
making the same change as in
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01726.html
Index: gcc/testsuite/gcc.c-torture/execute/frame-address.c
--- Comment #5 from hubicka at gcc dot gnu dot org 2010-06-16 16:14 ---
mine.
--
hubicka at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned
--- Comment #4 from hubicka at ucw dot cz 2010-06-16 16:13 ---
Subject: Re: [4.6 Regression]
gcc.c-torture/execute/frame-address.c
> Confirmed on powerpc-linux. check_fa tail calls check_fa_mid, ignoring the
> fact that check_fa_mid is passed the address of a check_fa local va
--- Comment #3 from amodra at gmail dot com 2010-06-16 05:59 ---
Confirmed on powerpc-linux. check_fa tail calls check_fa_mid, ignoring the
fact that check_fa_mid is passed the address of a check_fa local var.
1510 :
1510: 94 21 ff e0 stwur1,-32(r1)
1514:
--- Comment #2 from dominiq at lps dot ens dot fr 2010-06-13 09:52 ---
Confirmed on x86_64-apple-darwin10.3.0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44505
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44505
--- Comment #1 from hjl dot tools at gmail dot com 2010-06-11 21:36 ---
It is caused by revision 160615:
http://gcc.gnu.org/ml/gcc-cvs/2010-06/msg00530.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---