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

2013-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11132 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2013-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11132 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

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

2013-10-05 Thread d-bugmail
/3f671f1bee0e769efc45c7684b891210707806cb fix Issue 11132 - Odd diagnostic with C-style struct initializer when union field is present -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[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 changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 201

[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 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; PVOID hMetaFilePic