February 12, 2013 [Issue 9499] New: ICE (declaration.c:183) on multiple tuple declaration | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9499 Summary: ICE (declaration.c:183) on multiple tuple declaration Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Keywords: ice Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: maxim@maxim-fomin.ru --- Comment #0 from Maxim Fomin <maxim@maxim-fomin.ru> 2013-02-12 11:36:46 PST --- import std.typecons; void main() { Tuple!(int) a, b; } Assertion failure: '0' on line 183 in file 'declaration.c' It happens on dmd 2.061 windows. Cannot reproduce on linux git head (2.062 beta). Seems to be unaffected by types and number of elements in tuple. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 13, 2013 [Issue 9499] ICE (declaration.c:183) on multiple tuple declaration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Maxim Fomin | http://d.puremagic.com/issues/show_bug.cgi?id=9499 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-02-12 17:07:48 PST --- *** This issue has been marked as a duplicate of issue 9266 *** -- 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