[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-08-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-08-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 --- Comment #6 from Andrew Pinski 2012-08-26 18:29:26 UTC --- Author: pinskia Date: Sun Aug 26 18:29:21 2012 New Revision: 190696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190696 Log: 2012-08-26 Andrew Pinski PR libffi/53014

[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-08-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 --- Comment #5 from Andrew Pinski 2012-08-26 03:08:32 UTC --- The reason why it worked before, is because FFI_ASSERT normally did nothing.

[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-08-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 --- Comment #4 from Andrew Pinski 2012-08-26 00:27:23 UTC --- Created attachment 28086 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28086 The patch ChangeLog: * src/mips/ffi.c (ffi_prep_closure_loc): Allow n32 with soft-float and n64 with

[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-08-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-07-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 --- Comment #2 from Andrew Pinski 2012-07-21 07:06:19 UTC --- This still happens as of today.

[Bug libffi/53014] [4.8 Regression] libffi failures on mips64-linux-gnu with soft-float

2012-04-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53014 Andrew Pinski changed: What|Removed |Added Target||mips64-linux-gnu Target Milestone|---