digitalmars.D.bugs - [Issue 7699] New: Cannot get frame pointer to function when compiling with -inline
- d-bugmail puremagic.com (37/37) Mar 13 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7699
- d-bugmail puremagic.com (6/6) Mar 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7699
- d-bugmail puremagic.com (9/9) Mar 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7699
- d-bugmail puremagic.com (8/8) Mar 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7699
- d-bugmail puremagic.com (10/10) Mar 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7699
http://d.puremagic.com/issues/show_bug.cgi?id=7699 Summary: Cannot get frame pointer to function when compiling with -inline Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: leandro.lucarella sociomantic.com --- Comment #0 from Leandro Lucarella <leandro.lucarella sociomantic.com> 2012-03-13 04:25:46 PDT --- Reduced testcase: --- module test; class P { void f(int n) in { assert (n); } body { } } class D: P { void f(int n) in { } body { } } --- Error (only when compiling with -inline): --- test.d(5): Error: function test.D.f cannot get frame pointer to f --- Not using -inline makes it compile. Removing the empty in {} contract in D, makes it compile. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 13 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7699 --- Comment #1 from Don <clugdbug yahoo.com.au> 2012-03-14 02:21:45 PDT --- https://github.com/D-Programming-Language/dmd/pull/811 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7699 --- Comment #2 from github-bugzilla puremagic.com 2012-03-14 15:35:25 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/201c43dc1c7e0ba66690098b703446682f93642e Merge pull request #811 from donc/bug7699 Fix issue 7699 - Cannot get frame pointer to in contract when compiling ... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7699 --- Comment #3 from github-bugzilla puremagic.com 2012-03-14 16:50:36 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5f7d47c437c6f4b3cd86b420fc0ec36405961d42 merge D2 pull #811 fix issue 7699 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7699 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2012