digitalmars.D.bugs - [Issue 7949] New: DMD segfaults when compiling this
- d-bugmail puremagic.com (30/30) Apr 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7949
- d-bugmail puremagic.com (16/16) Apr 21 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7949
- d-bugmail puremagic.com (8/8) Apr 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7949
- d-bugmail puremagic.com (10/10) Apr 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7949
http://d.puremagic.com/issues/show_bug.cgi?id=7949 Summary: DMD segfaults when compiling this Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: suicidenet xited.de DMD 2.059 segfaults when compiling this: import std.stdio; import std.math; import core.simd; void main() { int[4] o = [1,2,3]; int4 v1; v1.array = o; int4 v2; v2.array = o; auto r = __simd(XMM.ADDPS, v1,v2); writeln(r.array); //this causes a segmentation fault when compiling } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7949 SomeDude <lovelydear mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear mailmetrash.com Platform|x86_64 |x86 Summary|DMD segfaults when |[ICE] (cgcod.c) with SIMD |compiling this |array OS/Version|Linux |All PDT --- On 2.059 Win32 PS E:\DigitalMars\dmd2\samples> rdmd bug.d Internal error: ..\ztc\cgcod.c 1447 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 21 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7949 Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/07fa67cedd2b970834ce626d66c035163afc312d fix Issue 7949 - [ICE] (cgcod.c) with SIMD array -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 22 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7949 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 22 2012