This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] libffi darwin x86-32bit, fix return_sc testcase.


Andreas Tobler writes:
 > Hello all,
 > 
 > first, a happy new year to all!
 > 
 > The attached patch brings libffi for darwin x86 (32-bit) back to zero 
 > failures, at least what is covered by the test suite ;)
 > 
 > I implemented the fix according to Andrew's fix back in July 07 for 
 > linux x86. Except that I had to treat small structs in special way.

I will again point out that this is merely a workaround for a gcc code
generation bug.  Rather than fix the symptom, a libffi test failure,
we should fix the real problem: we are not generating ABI-compatible
code on x86.

This bug was introduced by

Author: rguenth
Date: Mon Jul  9 09:53:11 2007
New Revision: 126480

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

Andrew.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903


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