[Issue 4093] New: Segfault(interpret.c): with recursive struct templates

2010-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4093 Summary: Segfault(interpret.c): with recursive struct templates Product: D Version: 2.040 Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code

[Issue 900] changing import order causes type mismatch

2010-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=900 --- Comment #7 from Jesse Phillips jesse.k.phillip...@gmail.com 2010-04-15 14:23:31 PDT --- My import issue is no longer in DMD 2.043, but the original submission's code still doesn't work. -- Configure issuemail:

[Issue 4095] New: compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2010-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 Summary: compiling with -op -od and using absolute paths for source files make dmd write object files anywhere Product: D Version: 1.057 Platform: Other OS/Version: Linux

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2010-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 --- Comment #1 from nfx...@gmail.com 2010-04-15 18:00:36 PDT --- Note that ldc supports the -oq switch, which is much more friendlier to build scripts. Bug 3541 has a patch to enhance dmd with -oq. In combination with -deps, -oq uses object

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2010-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 --- Comment #2 from nfx...@gmail.com 2010-04-15 18:06:07 PDT --- I have to add that this doesn't really only apply to absolute paths. Relative paths to source files exhibit similarly messed up behavior, but I'm not really sure why or what it