[Issue 5569] 64 bit Dwarf symbolic debug info not recognized by gdb

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5569 --- Comment #2 from Walter Bright 2011-02-18 18:06:29 PST --- dawg's patch https://github.com/D-Programming-Language/dmd/commit/aa119019ad10850358cf0a59b582d275befe8d95 https://github.com/D-Programming-Language/dmd/commit/b651c05df010d602709

[Issue 4088] opEquals not called on interfaces

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4088 Trass3r changed: What|Removed |Added Keywords||rejects-valid --- Comment #5 from Trass3r 2

[Issue 4944] Missing tzname even though we have tzset

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4944 --- Comment #4 from Jonathan M Davis 2011-02-18 11:41:24 PST --- Well, looking at the man page for tzset... tzset, tzname, timezone, and daylight are all standard posix. So, I don't know why daylight wouldn't be on some of the BSDs. Of course,

[Issue 4944] Missing tzname even though we have tzset

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4944 Sean Kelly changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Sean Kelly

[Issue 4088] opEquals not called on interfaces

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4088 --- Comment #4 from Steven Schveighoffer 2011-02-18 08:33:19 PST --- (In reply to comment #3) > Can't dmd just check the "type" of a given interface and only allow implicit > casts to Object if it is a normal one, i.e. no COM and no C++ interf

Re: datetime fails with undefined reference

2011-02-18 Thread Simen kjaeraas
Kai Meyer wrote: I can import std.datetime, but when I try to use Ticks, or build the unittest, I get undefined reference issues with the Posix time libraries. Fedora 14, dmd-2.051-0.i386.rpm [kai@worky ~]$ dmd -unittest /usr/include/d/dmd/phobos/std/datetime.d datetime.o: In function `_D3st

[Issue 5610] New: std.getopt.getopt Access Violation

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5610 Summary: std.getopt.getopt Access Violation Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

datetime fails with undefined reference

2011-02-18 Thread Kai Meyer
I can import std.datetime, but when I try to use Ticks, or build the unittest, I get undefined reference issues with the Posix time libraries. Fedora 14, dmd-2.051-0.i386.rpm [kai@worky ~]$ dmd -unittest /usr/include/d/dmd/phobos/std/datetime.d datetime.o: In function `_D3std8datetime5Ticks12_stat

[Issue 4332] C files in druntime should be converted to D

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #14 from Iain Buclaw 2011-02-18 08:05:04 PST --- Compile in both critical_ and monitor_ and *any* application built won't reach main. It crashes in _d_monitorenter in object_.d _d_monitor_create(h); m = getMonitor(h);

[Issue 4088] opEquals not called on interfaces

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4088 Trass3r changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #3 from Trass3r

[Issue 4944] Missing tzname even though we have tzset

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4944 Sohgo Takeuchi changed: What|Removed |Added CC||so...@sohgo.dyndns.org --- Comment #2

[Issue 4332] C files in druntime should be converted to D

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 Trass3r changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #13 from Trass3r

[Issue 5605] [tdpl] foreach with ranges doesn't support opSlice()

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5605 Steven Schveighoffer changed: What|Removed |Added Summary|foreach with ranges doesn't |[tdpl] foreach with ranges

[Issue 5609] New: struct opEquals doesn't conform to language specifications.

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5609 Summary: struct opEquals doesn't conform to language specifications. Product: D Version: D2 Platform: x86_64 URL: http://www.digitalmars.com/d/2.0/operatoroverloading.h

[Issue 2962] ICE(glue.c) or bad codegen passing variable as template value parameter

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2962 Bernard Helyer changed: What|Removed |Added CC||blood.of.l...@gmail.com --- Comment #

[Issue 5608] New: BigInt(1)-1 problem

2011-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5608 Summary: BigInt(1)-1 problem Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal Priority: P2