[Issue 3767] All programs compiled with DMD 2.040 on Mac OS X 10.5.8 are Segmentation fault.

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3767 Don clugd...@yahoo.com.au changed: What|Removed |Added Severity|critical|blocker --- Comment #1

[Issue 2463] No line number in statement is not reachable warning

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2463 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3768] New: reapeted quotes in ddoc.html

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3768 Summary: reapeted quotes in ddoc.html Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 3760] Allow std.math pure function to be used in array operations.

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3760 --- Comment #1 from Don clugd...@yahoo.com.au 2010-02-04 05:16:00 PST --- Rationale for this is that modern processors have SSE instructions which could perform up to 4 mathematial operations in parallel (like sin, cos, exp, log, pow). Not

[Issue 3769] New: Segfault using invalid case (D1 only)

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3769 Summary: Segfault using invalid case (D1 only) Product: D Version: 1.020 Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code Severity:

[Issue 3762] Restrictive functionality for template instance recursive expansion

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3762 --- Comment #1 from Don clugd...@yahoo.com.au 2010-02-04 05:53:45 PST --- While 500 is reasonable practical limit, it would be nice to be able to control it somehow, with #pragma for example. Do you have ANY use cases for this? The limit is

[Issue 3742] Please add support for 'Lightweight Profiling' which adds a set of user-controlled counters to the AMD64 architecture

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3742 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3770] New: Associative array with enum key causes link problems when compiled in multiple files

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3770 Summary: Associative array with enum key causes link problems when compiled in multiple files Product: D Version: 2.040 Platform: x86 OS/Version: Linux Status: NEW

[Issue 3770] Associative array with enum key causes link problems when compiled in multiple files

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3770 --- Comment #1 from Russ Lewis webmas...@villagersonline.com 2010-02-04 08:15:22 PST --- Oh, I forgot to mention: the code works just fine if you concatenate foo.d and bar.d into a single file. -- Configure issuemail:

[Issue 3762] Restrictive functionality for template instance recursive expansion

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3762 --- Comment #2 from Igor Lesik curo...@yahoo.com 2010-02-04 10:57:03 PST --- No, I do not have any real use case for this. I have to admit that after all it is not that restrictive. -- Configure issuemail:

[Issue 3762] Restrictive functionality for template instance recursive expansion

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3762 Igor Lesik curo...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3711] Ddoc does not generate nothing if std.stdio is imported

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3711 Igor Lesik curo...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3769] Segfault(constfold.c) using invalid case (D1 only)

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3769 Don clugd...@yahoo.com.au changed: What|Removed |Added Summary|Segfault using invalid case |Segfault(constfold.c) using

[Issue 3760] Allow std.math pure function to be used in array operations.

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3760 --- Comment #2 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-02-04 15:54:00 PST --- (In reply to comment #1) Rationale for this is that modern processors have SSE instructions which could perform up to 4 mathematial operations in

[Issue 1001] print stack trace (in debug mode) when program die

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #8 from Sean Kelly s...@invisibleduck.org 2010-02-04 16:38:11 PST --- printstack doesn't exist on OSX, so it has to be faked there (which is pretty easy to do). The only trick is that the stack trace integration is line-based

[Issue 1001] print stack trace (in debug mode) when program die

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|

[Issue 3143] -deps produces empty file using D1

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3143 Hoenir mrmoc...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1001] print stack trace (in debug mode) when program die

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #11 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-02-04 16:48:33 PST --- AFAIK on freebsd it my be needed to link with -lexecinfo and according to my manual: These functions are GNU extensions. and: backtrace(),

[Issue 1001] print stack trace (in debug mode) when program die

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #13 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-02-04 17:19:01 PST --- (In reply to comment #12) Stack tracing is integrated with Throwable now, so if it's enabled it will happen for all exceptions that are created with new

[Issue 2069] Invalid return type for __traits(derivedMembers, ...) if there are no derived members

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2069 Hoenir mrmoc...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1001] print stack trace (in debug mode) when program die

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #14 from Sean Kelly s...@invisibleduck.org 2010-02-04 20:13:33 PST --- Exception handling is for error conditions, not flow control. If someone is actually constructing exceptions for some other purpose then they're using the

[Issue 3306] bad function/delegate literal generated into header files

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3306 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3737] SEG-V at expression.c:6255 from bad opDispatch

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3737 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3582] core.stdc.ctype functions are not pure

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3582 Kosmonaut kosmon...@tempinbox.com changed: What|Removed |Added CC|

[Issue 3306] bad function/delegate literal generated into header files

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3306 Kosmonaut kosmon...@tempinbox.com changed: What|Removed |Added CC|

[Issue 3737] SEG-V at expression.c:6255 from bad opDispatch

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3737 Kosmonaut kosmon...@tempinbox.com changed: What|Removed |Added CC|