Files
ldc/ir
David Nadlinger 26e4f91cdc Respect struct packing when generating struct initializers.
Fixes issue #88.

Previously, invalid code would be generated in cases like the following:
---
align(1) struct Test {
    string str;
    int id;
}

Test test = {"asdf", 4};
---
2012-03-16 23:29:10 +01:00
..
2009-03-27 23:24:47 +01:00
2011-11-23 19:01:04 +01:00
2008-10-06 22:54:08 +02:00
2011-09-13 21:01:38 +04:00
2011-10-25 15:43:39 +04:00
2009-03-27 23:24:47 +01:00
2012-02-16 14:42:23 +04:00
2012-02-16 14:42:23 +04:00
2011-10-25 15:43:39 +04:00
2011-10-25 15:43:39 +04:00
2011-10-25 15:43:39 +04:00
2011-10-25 15:43:39 +04:00
2011-10-25 15:43:39 +04:00
2011-10-25 15:43:39 +04:00