www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 167] New: Setting Tsize_t, Tptrdiff_t in d-target.cc is not

Date: Sun, 23 Nov 2014 10:54:36 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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

            Bug ID: 167
           Summary: Setting Tsize_t, Tptrdiff_t in d-target.cc is not
                    working
           Product: GDC
           Version: development
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw gdcproject.org
          Reporter: johannespfau gmail.com

We set Tptrdiff_t and Tsize_t in d-target.cc, but we do not update
Type::tsize_t and Type::tptrdiff_t.

I wonder whether we could just call Target::init before Type::init and remove
the if(global.params.isLP64) logic from mtype.c.

-- 
You are receiving this mail because:
You are watching all bug changes.
Nov 23 2014