www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Can't isolate ICE

reply "Andrea Fontana" <nospam example.com> writes:
I have an internal compiler error in my code. I can't reduce code 
to reproduce this problem, but I remember there was a tool that 
can do this, what's its name? Where can I download that tool?
Dec 18 2013
next sibling parent reply Timon Gehr <timon.gehr gmx.ch> writes:
On 12/18/2013 12:27 PM, Andrea Fontana wrote:
 I have an internal compiler error in my code. I can't reduce code to
 reproduce this problem, but I remember there was a tool that can do
 this, what's its name? Where can I download that tool?
https://github.com/CyberShadow/DustMite
Dec 18 2013
parent "Andrea Fontana" <nospam example.com> writes:
On Wednesday, 18 December 2013 at 11:47:16 UTC, Timon Gehr wrote:
 On 12/18/2013 12:27 PM, Andrea Fontana wrote:
 I have an internal compiler error in my code. I can't reduce 
 code to
 reproduce this problem, but I remember there was a tool that 
 can do
 this, what's its name? Where can I download that tool?
https://github.com/CyberShadow/DustMite
Yes! Thanks :) A bug will be opened in the next hours :P
Dec 18 2013
prev sibling parent reply "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
On Wed, Dec 18, 2013 at 12:27:01PM +0100, Andrea Fontana wrote:
 I have an internal compiler error in my code. I can't reduce code to
 reproduce this problem, but I remember there was a tool that can do
 this, what's its name? Where can I download that tool?
Dustmite, by Vladimir Panteleev. It's actually packaged with the 'tools' repository in Dlang's github organization now; you can get it here: https://github.com/D-Programming-Language/tools.git T -- Nobody is perfect. I am Nobody. -- pepoluan, GKC forum
Dec 18 2013
parent "Andrea Fontana" <nospam example.com> writes:
On Wednesday, 18 December 2013 at 16:28:48 UTC, H. S. Teoh wrote:
 On Wed, Dec 18, 2013 at 12:27:01PM +0100, Andrea Fontana wrote:
 I have an internal compiler error in my code. I can't reduce 
 code to
 reproduce this problem, but I remember there was a tool that 
 can do
 this, what's its name? Where can I download that tool?
Dustmite, by Vladimir Panteleev. It's actually packaged with the 'tools' repository in Dlang's github organization now; you can get it here: https://github.com/D-Programming-Language/tools.git T
Yes just done! And here the problem: https://d.puremagic.com/issues/show_bug.cgi?id=11763
Dec 19 2013