id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2349,"SIZET_FMT in includes/mkDerivedConstants.c needs to be ""d"" under older Solaris version",maeder,,"the file `includes/mkDerivedConstants.c` of release candidate ghc-6.8.2.20080603 contains:

{{{
#ifdef mingw32_HOST_OS
#define SIZET_FMT ""d""
#else
#define SIZET_FMT ""zd""
#endif
}}}

this produced unusable header file containing ""zd"" instead of integers under SunOS 5.8 Generic_117350-54 sun4u sparc SUNW,Ultra-4.

However the very same binary `includes/mkGHCConstants` works correctly under SunOS 5.10 Generic_127111-03 sun4u sparc SUNW,Sun-Fire-280R
",bug,closed,normal,6.12.1,Compiler,6.10.1,fixed,,,Solaris,sparc,,Unknown,,,,
