#1257: Bytecode generator can't handle unboxed tuples
---------------------------------+------------------------------------------
    Reporter:  igloo             |        Owner:              
        Type:  bug               |       Status:  infoneeded  
    Priority:  normal            |    Milestone:  _|_         
   Component:  GHCi              |      Version:  6.6         
    Keywords:                    |     Testcase:  dsrun014    
   Blockedby:                    |   Difficulty:  Unknown     
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by michalt):

 * cc: michal.terepeta@… (added)
  * failure:  => None/Unknown
  * status:  new => infoneeded


Comment:

 I've just tried to load a file with the above example and ghci just
 printed a
 nice error message:
 {{{
 [1 of 1] Compiling Test             ( Test.hs, interpreted )
 Error: bytecode compiler can't handle unboxed tuples.
   Possibly due to foreign import/export decls in source.
   Workaround: use -fobject-code, or compile this module to .o separately.
 >
 }}}
 So if it is difficult to implement and one can use `-fobject-code` then
 maybe
 we should just close the ticket?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1257#comment:5>
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