Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
November 13, 2012 [Issue 9014] New: [ICE](glue.c line 1225) with array.front and missing array | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9014 Summary: [ICE](glue.c line 1225) with array.front and missing array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2012-11-12 20:25:06 PST --- foo() is reduced from array.front: @property ref int foo(int[] a) { return a[0]; } void main() { int[] bar; bar.foo = missing.foo; } DMD 2.061alpha prints: Assertion failure: '0' on line 1225 in file 'glue.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 14, 2012 [Issue 9014] ICE(glue.c) line 1225: with array.front and missing array | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=9014 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Platform|x86 |All OS/Version|Windows |All --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2012-11-13 22:29:00 PST --- https://github.com/D-Programming-Language/dmd/pull/1286 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 14, 2012 [Issue 9014] ICE(glue.c) line 1225: with array.front and missing array | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=9014 --- Comment #2 from github-bugzilla@puremagic.com 2012-11-14 06:01:34 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/3c2ddd90bed08abdf064091e9b56d55bc692dde8 fix Issue 9014 - ICE(glue.c) line 1225: with array.front and missing array UFCS property setter semantic should not gagging errors in e2. https://github.com/D-Programming-Language/dmd/commit/8b45f5e06a8e3a23aa246dcba966c6f0db28331e Merge pull request #1286 from 9rnsr/fix9014 Issue 9014 - ICE(glue.c) line 1225: with array.front and missing array -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 14, 2012 [Issue 9014] ICE(glue.c) line 1225: with array.front and missing array | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=9014 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- 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