cvs commit: fptools/ghc/compiler/coreSyn CoreUtils.lhs
Simon Peyton Jones
simonpj at glass.cse.ogi.edu
Tue Feb 24 07:18:30 EST 2004
simonpj 2004/02/24 07:18:30 PST
Modified files:
ghc/compiler/coreSyn CoreUtils.lhs
Log:
---------------------------------------
Make foreign import "&foo" work in constructors
---------------------------------------
Merge to stable branch
A foreign-imported-label might be in another DLL or library, and
can't be in the read-only static data. This showed up when compiling
unix/System/Posix/Env.hs without -O
Revision Changes Path
1.123 +14 -2 fptools/ghc/compiler/coreSyn/CoreUtils.lhs
More information about the Cvs-ghc
mailing list