hsc2hs on Mac

2011-05-12 Thread 山本和彦
Hello, I'm using Haskell Platform 2011.2.0.1 on MacOS (Snow Leapard). hsc2hs converts (#const sizeof(struct stat)) (#peek struct stat, st_mtimespec) to 108 36 but the correct values are 144 32. Is this a bug of hsc2hs? gcc-4.0 says sizeof (struct stat) is 108 while gcc-4.2 (default

Re: testsuite results

2011-05-12 Thread Daniel Fischer
On Thursday 12 May 2011 17:49:16, Simon Peyton-Jones wrote: > |hpc_markup_multi_001(normal) > |hpc_markup_multi_002(normal) > |hpc_markup_multi_003(normal) > | > | Unexpected passes: > |mc01(hpc,ghci) > |mc06(hpc,ghci) > |mc08(hpc,ghci) > |mc11(hpc) > |mc16(hpc) > |

Re: Tracing idea

2011-05-12 Thread Edward Z. Yang
Thinking about this in more detail, I think this facility would be most useful if it also contained information about what module/file the code came from. I'm currently attempting to track down a bug in the code generator which I know is due to a miscompiled library, and it would make my life subs

RE: testsuite results

2011-05-12 Thread Simon Peyton-Jones
|hpc_markup_multi_001(normal) |hpc_markup_multi_002(normal) |hpc_markup_multi_003(normal) | Unexpected passes: |mc01(hpc,ghci) |mc06(hpc,ghci) |mc08(hpc,ghci) |mc11(hpc) |mc16(hpc) |mc18(hpc) I pushed patches for all of these today | Summing up: Yay! Indeed!

testsuite results

2011-05-12 Thread Daniel Fischer
Running the testsuite with today's HEAD (perf build, but without profiling to keep time bearable) resulted in: OVERALL SUMMARY for test run started at Do 12. Mai 13:34:13 CEST 2011 2765 total tests, which gave rise to 9300 test cases, of which 0 caused framewor