Ticket #360 (closed bug: Fixed)

Opened 8 years ago

Last modified 43 years ago

Prologue junk?

Reported by: nobody Owned by: simonmar
Priority: normal Milestone:
Component: Compiler Version: 6.4
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Compiling Omega 1.0 (from Tim Sheard's home page) 
under GHC 6.4 for Windows XP by Christopher Dutchyn 
(cdutchyn@cs.ubc.ca)

C:\spl\Omega1.0>ghc Main.hs -prof -auto-all --make -
fglasgow-exts -package lang -fallow-undecidable-
instances

... successful modules elided ...

Compiling LangEval         ( ./LangEval.hs, ./LangEval.o )

./LangEval.hs:22:0:
    Warning: Module `IOExts' is deprecated:
                 This library will go away soon; see 
Data.Array.IO, Data.IORef, and System.IO

./LangEval.hs:278:8:
    Warning: Pattern match(es) are overlapped
             In the definition of `mf': mf p v = ...

Prologue junk?: .globl _LangEval_vals_entry
_LangEval_vals_entry:
        movl    $4588, %eax
        call    __alloca
/APP

Change History

Changed 8 years ago by simonmar

Logged In: YES 
user_id=48280

I believe I've fixed this, though I haven't tested the fix.
 Please could you try again with a snapshot of ghc 6.4.1
generated any time after today?

Changed 8 years ago by simonpj

  • status changed from assigned to closed
Logged In: YES 
user_id=50165

No response, so closing the bug.
Note: See TracTickets for help on using tickets.