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]
Other format: [Raw text]

Re: PATCH: PR target/46195: r165965 regresses i386 darwin


On Thu, Oct 28, 2010 at 8:02 PM, Mike Stump <mikestump@comcast.net> wrote:
> On Oct 28, 2010, at 10:42 PM, H.J. Lu wrote:
>>
>> OK for trunk?
>
> I'm fine with the darwin aspects of this, though, I'd like an x86/abi type
> person to review it. ?I mention this so that they don't wish for a darwin
> person to review it and remain silent.. ?:-) ?Thanks.
>

That is an issue only on 32bit Darwin since 32bit Darwin aligns long double to
16byte and passes it on stack with 4byte alignment. Other targets always use
4byte alignment.


-- 
H.J.


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