June 22, 2013 [Issue 10443] New: [ICE](init.c line 660) With assignment of enum ubyte16 | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10443 Summary: [ICE](init.c line 660) With assignment of enum ubyte16 Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2013-06-22 07:19:44 PDT --- import core.simd: ubyte16; void main() { enum ubyte16 zero = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]; enum ubyte16 a0 = zero; } DMD 2.064alpha gives: Assertion failure: '0' on line 660 in file 'init.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 22, 2013 [Issue 10443] [ICE](init.c line 660) With assignment of enum ubyte16 | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=10443 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |henning@still-hidden.de Resolution| |DUPLICATE --- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-06-22 09:25:09 PDT --- *** This issue has been marked as a duplicate of issue 10312 *** -- 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