[GHC] #1424: Argument corruption in FFI with many arguments
(maybe 64-bit related)
GHC
trac at galois.com
Thu Jun 14 05:45:55 EDT 2007
#1424: Argument corruption in FFI with many arguments (maybe 64-bit related)
-------------------------------+--------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler (FFI) | Version: 6.6.1
Severity: normal | Resolution: fixed
Keywords: ffi | Difficulty: Unknown
Os: Linux | Testcase: ffi009
Architecture: x86_64 (amd64) |
-------------------------------+--------------------------------------------
Changes (by simonmar):
* resolution: => fixed
* testcase: => ffi009
* status: new => closed
Comment:
Thanks for the report: this was indeed a bug in the native code generator,
I've fixed the bug and added the missing testcase.
{{{
Wed Jun 13 07:24:31 PDT 2007 Simon Marlow <simonmar at microsoft.com>
* FIX #1424: x86_64 NCG generated wrong code for foreign call with >8
double args
I guess we have a missing test... I'll add one
Wed Jun 13 07:45:05 PDT 2007 Simon Marlow <simonmar at microsoft.com>
* I didn't quite fix #1424 completely - hopefully this gets it right
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1424>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list