This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Final intermodule patch
Geoffrey Keating wrote:-
> > FAIL: gcc.c-torture/execute/alloca-1.c execution, -O0
> > FAIL: gcc.c-torture/execute/alloca-1.c execution, -O1
> > FAIL: gcc.c-torture/execute/alloca-1.c execution, -O2
> > FAIL: gcc.c-torture/execute/alloca-1.c execution, -O3
> >-fomit-frame-pointer
> > FAIL: gcc.c-torture/execute/alloca-1.c execution, -O3 -g
> >
> >for i386-unknown-netbsdelf1.6.
> >
> >What is happening is that the compiler "forgets" to align the stack
> >before doing a function call.
>
> *boggle*
>
> I can't imagine what nonsense must be going on for that patch to have
> that effect.
>
> Does the problem still happen with current mainline?
I get this failure on NetBSD too.
Neil.