logo       

[ ghc-Bugs-1032241 ] power-pc code generation error: msg#00063

lang.haskell.glasgow.bugs

Subject: [ ghc-Bugs-1032241 ] power-pc code generation error

Bugs item #1032241, was opened at 2004-09-21 16:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1032241&group_id=8032

Category: Compiler
Group: 6.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Tullsen (mtullsen)
Assigned to: Nobody/Anonymous (nobody)
Summary: power-pc code generation error

Initial Comment:
The following code (in Test.hs, attached):
module Test where
data T = C1
| C2
...
| C200
results in an assembler error when compiling natively (for the
PPC):
$ ghc -c Test.hs
/tmp/ghc8899.s:6652:Fixup of 45900 too large for field width of
16 bits
/tmp/ghc8899.s:6650:Fixup of 45908 too large for field width of
16 bits

I don't have a problem when I compile via C:
$ ghc -fvia-C -c Test.hs
$

Environment:
ghc 6.2.1
Mac OS X
PPC


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1032241&group_id=8032


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise