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: Unreviewed^3 Patches


David Daney writes:

> That fixes the warnings.  I cannot say anything about its intended effect.

Thanks.  Checked in as obvious.

> the full testsuite with it yet.  I do recall that running the testsuite 
> with 3.3.1 I was getting errors in the ffi tests.  I hope these will now 
> succeed.

Unlikely: the libffi testsuite was only recently added to mainline.  You
would have to run ffitest manually.  Besides, libffi is broken on MIPS in
several ways:

* No N64 ABI support.

* Bugs with N32 and O32 support (though part of this is probably related to
  GCC's broken structure passing).  Most of this should go away once
  Richard Sandiford's unreviewed structure return patch goes in.

* The libffi closure API isn't implemented on MIPS.

	Rainer


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