#3066: Crash with bogus FFI declaration
--------------------------------------+-------------------------------------
    Reporter:  simonpj                |        Owner:  igloo           
        Type:  merge                  |       Status:  new             
    Priority:  high                   |    Milestone:                  
   Component:  Compiler               |      Version:  6.10.1          
    Severity:  normal                 |   Resolution:                  
    Keywords:                         |   Difficulty:  Unknown         
    Testcase:  ffi/should_fail/T3066  |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple       |  
--------------------------------------+-------------------------------------
Changes (by simonpj):

  * priority:  normal => high
  * testcase:  => ffi/should_fail/T3066
  * type:  bug => merge
  * owner:  simonpj => igloo

Comment:

 Thanks for reporting this.  Fixed by
 {{{
 Tue Mar  3 17:42:58 GMT 2009  [email protected]
   * Fix Trac #3066: checking argument types in foreign calls

   When checking argument types in a foreign call we were stupidly
   looking through foralls.  The fix is easy.
 }}}
 Please merge to the 6.10 branch.

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3066#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to