diff options
author | andy@galois.com <unknown> | 2007-07-11 06:35:20 +0000 |
---|---|---|
committer | andy@galois.com <unknown> | 2007-07-11 06:35:20 +0000 |
commit | 6758ba711a3f9f3100a9dba1818b131c32e62106 (patch) | |
tree | 7133b67ec35a30a25a2e97929ec82a4768e0bce0 /compiler/codeGen | |
parent | 72b5392f4103dc895d569bfad647ddec2de67dec (diff) | |
download | haskell-6758ba711a3f9f3100a9dba1818b131c32e62106.tar.gz |
Stoping constant folding of calls to chr# that are invalid
import GHC.Exts
main = print (C# (chr# 0xffffffff#))
This crashed at compile time (with or without hpc)
Tickled by pending cross-module hpc inlining patch.
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions