|
Two more External Core bugs: msg#00024lang.haskell.glasgow.bugs
Two more bugs, both of which I was able to fix (patches attached): - MkExternalCore.lhs didn't properly handle character literals greater than 0xff. It would generate code that contained something like (1010101::Char), which made no sense. I changed it to use type Int instead of Char for these literals. - LexCore.hs ignored the sign of floating-point literals (so if a program contained -1.0, it would be parsed as 1.0). I fixed it. -- Kirsten Chevalier * krc@xxxxxxxxxxxxxxxxxxx * Often in error, never in doubt
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: External Core front end is completely broken, Kirsten Chevalier |
|---|---|
| Next by Date: | [ ghc-Bugs-769021 ] hsc2hs fails to link intermediate program, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-768658 ] bad warning for parallel list comprehension, SourceForge.net |
| Next by Thread: | [ ghc-Bugs-769021 ] hsc2hs fails to link intermediate program, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |