Re: Unicode fail when calling GCC

2009-10-25 Thread Ian Lynagh
On Sun, Oct 25, 2009 at 06:21:51PM +1100, Ben Lippmeier wrote: > > I think it was fixed. I pushed a patch for it and Simon M redid the fix > in a better way. OK, great, thanks. > http://darcs.haskell.org/buildbot/head/waterfall says the buildbot is > offline, not sure why. It probably discon

Re: Unicode fail when calling GCC

2009-10-25 Thread Ben Lippmeier
I think it was fixed. I pushed a patch for it and Simon M redid the fix in a better way. The SPARC/Solaris head branch was passing on 12/10/2009. On the 17/10/2009 is was fail (boottestsuite runtestsuite) It looks like the buildbot hasn't built it (or sent a message to the cvs-ghc) since th

Re: Unicode fail when calling GCC

2009-10-24 Thread Ian Lynagh
Hi Ben, On Sat, Sep 26, 2009 at 09:11:03PM +1000, Ben Lippmeier wrote: > > Here's a cute one on Solaris: > > $ gcc -x c cg001.hc -o /tmp/ghc24775_0/ghc24775_0.raw_s -mcpu=v9 -w > \ufeff -fwrapv -fno-strict-aliasing ... > > Gah! @ \ufeff. Did this get resolved, or is it still outstanding? If i

Unicode fail when calling GCC

2009-09-26 Thread Ben Lippmeier
Here's a cute one on Solaris: Test the stage1 compiler against cg001 $ '/opt/haskell/devel/ghc-head-build/inplace/bin/ghc-stage1' -fforce-recomp -dcore-lint -dcmm-lint -no-user-package-conf -dno-debug-output -o cg001 cg001.hs -O -fvia-C ... program runs fine Try the stage2 compiler with