Successful Build

2007-12-23 Thread Aran Clauson
i386-unknown-netbsdelf4.99.35
Using built-in specs.
Target: i686-pc-netbsdelf4.99.35
Configured 
with: ../gcc-4.2.2/configure --prefix=/usr/local/opt/gcc-4.2.2 
--target=i686-pc-netbsdelf4.99.35 --build=i686-pc-netbsdelf4.99.35 
--host=i686-pc-netbsdelf4.99.35 --enable-threads --enable-tls 
--with-cpu=prescott --enable-languages=ada,c,c++,fortran --disable-nls 
--with-mpfr-lib=/usr/local/lib --with-gmp-lib=/usr/local/lib
Thread model: posix
gcc version 4.2.2

Enabled Languages: C, C++, Ada, and Fortran

Build, host, and target are NetBSD 4.99.35 (Tracking 
Current).  

Aran Clauson


RE: Re: A proposal to align GCC stack

2007-12-23 Thread Ye, Joey
Christian Schüler writes:

> Please go forward with this idea!

> The current implementation of force_align_arg_pointer has never worked for me.
This proposal should solve your problem. But to comfirm, I'd like to know the 
root cause. force_align_arg_pointer should have guaranteed 16 bytes align. Are
you using data structure requirement alignment larger than 16? Or maybe you
didn't specify force_align_arg_pointer for all of your functions?

Thanks - Joey