digitalmars.D.bugs - [Issue 7065] New: align() refused for struct defined inside functions
- d-bugmail puremagic.com (27/27) Dec 04 2011 http://d.puremagic.com/issues/show_bug.cgi?id=7065
- d-bugmail puremagic.com (15/15) Dec 19 2011 http://d.puremagic.com/issues/show_bug.cgi?id=7065
- d-bugmail puremagic.com (11/11) Oct 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7065
- d-bugmail puremagic.com (12/12) Oct 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7065
http://d.puremagic.com/issues/show_bug.cgi?id=7065 Summary: align() refused for struct defined inside functions Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc --- Comment #0 from bearophile_hugs eml.cc 2011-12-04 09:33:26 PST --- A problem found by GrahamC: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learn&article_id=30987 D2 code, DMD 2.057head: align(1) struct Foo {} // OK unittest { align(1) struct Bar {} // found 'align' instead of statement } void main() { align(1) struct Spam {} // found 'align' instead of statement } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 04 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7065 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Platform|x86 |All OS/Version|Windows |All --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2011-12-19 22:03:09 PST --- More better link to discussion. http://dfeed.kimsufi.thecybershadow.net/discussion/thread/mailman.1303.1323008066.24802.digitalmars-d-learn puremagic.com Patch: https://github.com/D-Programming-Language/dmd/pull/562 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 19 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7065 --- Comment #2 from github-bugzilla puremagic.com 2012-10-08 04:44:27 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d04348f37e3bfb9e7976f2c360c5c06b4d6f62fd Issue 7065 - align() refused for struct defined inside functions https://github.com/D-Programming-Language/dmd/commit/381eec8240dcc8eeacd9d81285b77f4324f32090 Merge pull request #562 from 9rnsr/fix6534 Issue 6534 & 7065 & 7172 - Parser improvements for inner aggregates -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 08 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7065 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |yebblies gmail.com Resolution| |FIXED --- Comment #3 from yebblies <yebblies gmail.com> 2012-10-08 22:44:59 EST --- https://github.com/D-Programming-Language/dmd/commit/381eec8240dcc8eeacd9d81285b77f4324f32090 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 08 2012