[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2020-08-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5302 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2020-08-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5302 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #4 from

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5302 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5302 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 --- Comment #2 from Harry Vennik htven...@zonnet.nl 2010-12-02 07:52:48 PST --- Created an attachment (id=836) Failing code -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 --- Comment #3 from Harry Vennik htven...@zonnet.nl 2010-12-02 07:55:26 PST --- (From update of attachment 836) Compiling this results in the following error message: iasm_test.d(15): Error: this for i needs to be type S not type iasm_test.A

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---