logo       

Re: [GHC] #697: Bad assembler generated: msg#00056

lang.haskell.glasgow.bugs

Subject: Re: [GHC] #697: Bad assembler generated

#697: Bad assembler generated
-----------------------------+----------------------------------------------
Reporter: taral | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler (NCG) | Version: 6.4.1
Severity: normal | Resolution: fixed
Keywords: | Os: Linux
Difficulty: Unknown | Architecture: x86_64 (amd64)
-----------------------------+----------------------------------------------
Changes (by simonmar):

* resolution: => fixed
* status: new => closed

Comment:

I fixed the out-of-range addqs recently:

Thu Feb 9 16:22:47 GMT 2006 Simon Marlow <simonmar@xxxxxxxxxxxxx>
* x86_64: fix case of out-of-range operands to leaq

M ./ghc/compiler/nativeGen/MachCodeGen.hs -3 +8

The "movl %esi, %esi" is not a NOP in x86_64, it is actually a zero-
extension from 32 to 64 bits in the esi/rsi register. x86_64 assembly is
pretty strange, sometimes.

--
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/697>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise