[Issue 3914] Struct as argument that fits in register has member accessed wrong

2010-04-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3914 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3914] Struct as argument that fits in register has member accessed wrong

2010-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3914 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3914] Struct as argument that fits in register has member accessed wrong

2010-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3914 Don changed: What|Removed |Added Keywords||patch --- Comment #2 from Don 2010-03-12 05:51:

[Issue 3914] Struct as argument that fits in register has member accessed wrong

2010-03-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3914 --- Comment #1 from Don 2010-03-11 12:51:37 PST --- Here's a slightly reduced test case which doesn't require any compiler flags. Not a regression, fails even on DMD0.165. It's a problem with variadic function parameters and fastpar arguments.

[Issue 3914] Struct as argument that fits in register has member accessed wrong

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3914 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Severity|normal