This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/27705] [4.1/4.2 regression] gcc.dg/sibcall-7.c execution test fails



------- Comment #1 from schwab at suse dot de  2006-05-21 16:40 -------
It is a testsuite bug.  The problem is that on ia64 the call frame is allocated
on the register stack, not on the normal stack.  Thus the recursive call to
recurser_void does not change the stack pointer.


-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-21 16:40:45
               date|                            |
            Summary|gcc.dg/sibcall-7.c execution|[4.1/4.2 regression]
                   |test fails                  |gcc.dg/sibcall-7.c execution
                   |                            |test fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27705


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]