www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 60] New: GDC support - X32, X86, X86_64

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


           Summary: GDC support - X32, X86, X86_64
    Classification: Unclassified
           Product: GDC
           Version: development
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
        AssignedTo: ibuclaw gdcproject.org
        ReportedBy: ibuclaw gdcproject.org


Couldn't see one, so I'm creating a bug report of all that's failing in the
test suite with gdc on X32, X86 and X86_64.


Summary of test suite:

Configured with:  --enable-multilib --with-multilib-list=m32,m64,mx32

make check-d RUNTESTFLAGS="--target_board=unix\{-m32,-mx32\}"


gdc -m64
---
passed: 10706
failed: 0
unresolved: 0


gdc -m32
---
passed: 10702
failed: 4
unresolved: 0

Failing files:
runnable/test42.d


gdc -mx32
---
passed: 9795
failed: 911
unresolved: 0


Of the failed in X32, all are in runnable.  Looks like a SEGV in relation to
synchronized statements down in _d_monitorenter.  Will have to open a new bug
report for that issue.

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
Jun 04 2013