[Issue 11132] Odd diagnostic with C-style struct initializer when union field is present

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11132 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 11132] Odd diagnostic with C-style struct initializer when union field is present

2013-09-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11132 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-27 15:39:07 PDT --- In case you're wondering, I've ran into it while porting this code: - struct STGMEDIUM { DWORD tymed; union { HBITMAP hBitmap;