Sven Panne wrote:
Am Dienstag, 14. November 2006 17:39 schrieb Simon Marlow:

[...]
By the way, Rts.h isn't included when compiling via C, only in the .stub_c
files, just in case that wasn't clear.  Stg.h is included in .hc files, and
it has a much smaller footprint than Rts.h (this wasn't always the case -
.hc code got a lot simpler when we moved to C-- for our backend IL).


OK, I think I've missed those changes. In any case, I think it is really mandatory that GHC (including OpenGL and GLUT packages, they torture GHC and the RTS as usual...) compiles withot a single warning of the form:

   warning: foo to blah of different size
   warning: implicit declaration of function bar

on 64bit platforms, otherwise we are on very thin ice. I think we are only left with a single warning of the latter kind related to "newSpark", which would be good to fix, too.

I fixed the newSpark warning recently, I think it still needs to be merged from 6.6 into the HEAD.

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to