[GHC] #3804: strange output of mkGHCConstants on SunOS 5.8/sparc

GHC trac at galois.com
Thu Jan 14 05:51:33 EST 2010


#3804: strange output of mkGHCConstants on SunOS 5.8/sparc
-----------------------------+----------------------------------------------
    Reporter:  CBa           |        Owner:                     
        Type:  bug           |       Status:  new                
    Priority:  normal        |    Milestone:                     
   Component:  Build System  |      Version:  6.12.1             
    Keywords:                |   Difficulty:                     
          Os:  Solaris       |     Testcase:                     
Architecture:  sparc         |      Failure:  Building GHC failed
-----------------------------+----------------------------------------------
Description changed by igloo:

Old description:

> mkGHCConstants generates a file with:
>
> {{{
> oFFSET_StgRegTable_rR1 :: Int[[BR]]
> oFFSET_StgRegTable_rR1 = zd[[BR]]
> oFFSET_StgRegTable_rR2 :: Int[[BR]]
> oFFSET_StgRegTable_rR2 = zd[[BR]]
> ...
> }}}
>
> whatever zd is. My bootstrap-ghc is 6.8.3.

New description:

 mkGHCConstants generates a file with:

 {{{
 oFFSET_StgRegTable_rR1 :: Int
 oFFSET_StgRegTable_rR1 = zd
 oFFSET_StgRegTable_rR2 :: Int
 oFFSET_StgRegTable_rR2 = zd
 ...
 }}}

 whatever zd is. My bootstrap-ghc is 6.8.3.

--

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3804#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list