digitalmars.D.bugs - [Issue 5966] New: [2.053 beta][CTFE] Stack overflow on trivial func
- d-bugmail puremagic.com (23/24) May 08 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5966
- d-bugmail puremagic.com (13/13) May 09 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5966
- d-bugmail puremagic.com (14/14) May 09 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5966
- d-bugmail puremagic.com (7/9) May 11 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5966
http://d.puremagic.com/issues/show_bug.cgi?id=5966 Summary: [2.053 beta][CTFE] Stack overflow on trivial func Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: cbkbbejeap mailinator.com --- Comment #0 from Nick Sabalausky <cbkbbejeap mailinator.com> 2011-05-08 22:42:36 PDT --- string[] foo(string[] a) { a[0] = a[0][0..$]; return a; } enum var = foo([""]);dmd test.dStack overflow -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 08 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5966 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED --- Comment #1 from Walter Bright <bugzilla digitalmars.com> 2011-05-09 21:53:23 PDT --- https://github.com/D-Programming-Language/dmd/commit/b8a06d7915d4b8b4f0ee4afcbaacbded260a385f https://github.com/D-Programming-Language/dmd/commit/1c6b768bc387072dd6060f67faa8cf2b7e00be16 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 09 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5966 changlon <changlon gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |changlon gmail.com --- Comment #2 from changlon <changlon gmail.com> 2011-05-09 22:13:30 PDT --- OPTLINK (R) for Win32 Release 8.00.12 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html OPTLINK : Warning 23: No Stack OPTLINK : Warning 134: No Start Address -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 09 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5966 --- Comment #3 from Walter Bright <bugzilla digitalmars.com> 2011-05-11 13:03:48 PDT --- (In reply to comment #2)OPTLINK : Warning 23: No Stack OPTLINK : Warning 134: No Start AddressThat's because there's no main() function in the source code. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 11 2011