www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 150] New: compiler spits asm errors

Date: Thu, 14 Aug 2014 12:28:16 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

http://bugzilla.gdcproject.org/show_bug.cgi?id=150

            Bug ID: 150
           Summary: compiler spits asm errors
           Product: GDC
           Version: 4.9.x
          Hardware: All
                OS: MinGW
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw gdcproject.org
          Reporter: sycam.inc gmail.com

when i try to compile x86 on an x64 machine the compiler throws thousands of
errors to do with the Assembly

C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s: Assembler messages:
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:19: Error: invalid instruction
suffix for `push'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:51: Error: invalid instruction
suffix for `push'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:94: Error: operand type
mismatch for `call'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:144: Error: invalid instruction
suffix for `push'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:149: Error: invalid instruction
suffix for `push'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:150: Error: invalid instruction
suffix for `push'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:151: Error: invalid instruction
suffix for `push'
C:\Users\SEANCA~1\AppData\Local\Temp\cczGu1gK.s:153: Error: register save
offset not a multiple of 8

the rest are repetitions

-- 
You are receiving this mail because:
You are watching all bug changes.
Aug 14 2014