| 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.