Thread overview | |||||
---|---|---|---|---|---|
|
May 10, 2011 [Issue 5975] New: [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c' | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5975 Summary: [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c' Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-valid-code Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: cbkbbejeap@mailinator.com --- Comment #0 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2011-05-10 02:51:56 PDT --- int foo(wstring replace) { wstring value = ""; value ~= replace; return 1; } enum X = foo("X"w); > dmd test.d Assertion failure: 'global.errors' on line 1416 in file 'constfold.c' abnormal program termination -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 10, 2011 [Issue 5975] [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=5975 --- Comment #1 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2011-05-10 02:54:21 PDT --- Note, I got this with this version of DMD: https://github.com/D-Programming-Language/dmd/commit/4055820a360ae56c5469678f280e374151c18c11 Compiled in release mode. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 10, 2011 [Issue 5975] [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=5975 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2011-05-10 12:17:34 PDT --- https://github.com/D-Programming-Language/dmd/commit/5abf95fecdf9287605cb284b284e0f2c3c137ea2 https://github.com/D-Programming-Language/dmd/commit/fb3c67b4bdb9a7bdd4d311f3cefbfe9877eb2909 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation