digitalmars.D.bugs - [Issue 7507] New: DMD crashes when trying to call to!string on a float4 array property
- d-bugmail puremagic.com (25/25) Feb 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7507
- d-bugmail puremagic.com (13/13) Apr 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7507
- d-bugmail puremagic.com (16/16) Feb 02 2013 http://d.puremagic.com/issues/show_bug.cgi?id=7507
http://d.puremagic.com/issues/show_bug.cgi?id=7507 Summary: DMD crashes when trying to call to!string on a float4 array property Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: junk.Nebster gmail.com --- Comment #0 from junk.Nebster gmail.com 2012-02-15 08:08:08 PST --- When trying to compile the code below, dmd causes a segmentation fault: import core.simd; import std.conv; import std.stdio; void main() { float4 fl = 2; writefln("%s", to!string(fl.array)); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7507 SomeDude <lovelydear mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear mailmetrash.com OS/Version|Mac OS X |All --- Comment #1 from SomeDude <lovelydear mailmetrash.com> 2012-04-20 00:28:10 PDT --- 2.059 Win32 PS E:\DigitalMars\dmd2\samples> dmd bug.d Internal error: ..\ztc\cg87.c 1699 -- 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=7507 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |WORKSFORME --- Comment #2 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2013-02-02 11:46:26 PST --- Doesn't crash anymore in 2.061: test.d(8): Error: template std.conv.to!(string).to does not match any function template declaration. You could make an enhancement request for Phobos to add support for vectors to std.conv. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 02 2013