This is the mail archive of the gcc-patches@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]

Re: Real purpose for failure in "Too restrictive sanity check"


> I tried to bootstrap the PA64 port, but it's still failing the test in
> calls.c:
> 
> #ifdef PREFERRED_STACK_BOUNDARY
>       /* Stack must be properly aligned now.  */
>       if (pass && stack_pointer_delta % preferred_unit_stack_boundary)
>         abort ();
> #endif
> 
> I tried to apply the patch in this message, but every hunk failed.
It is already in modified version in the tree.

As I´ve asked you before, can you please send me some testcase I can drop
into crosscompiler and get the crash? I will try to figure out whats wrong
then.

Honza
> 
> This is getting annoying.
> 
> jeff

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