Re: 'private import' and 'private alias' is not working.

2009-02-27 Thread CLXX
There is a bugzilla entry for this somewhere. Thank you for your reply. I'm surprised to see so early.

Re: 'private import' and 'private alias' is not working.

2009-02-27 Thread Gide Nwawudu
On Thu, 26 Feb 2009 18:05:46 -0500, Christopher Wright dhase...@gmail.com wrote: CLXX wrote: I found some private attributes is not working. Private imports work if you just do private import foo;. They fail if the import is also static. They fail if the import is renamed. They fail if the

Re: [Issue 2690] New: DMD aborts with MALLOC_CHECK_ set

2009-02-27 Thread Lutger
Denis Koroskin wrote: On Thu, 26 Feb 2009 02:27:43 +0300, Lutger lutger.blijdest...@gmail.com wrote: Also happens in dmd 2.025 When MALLOC_CHECK_ set to 1, I get the following message: *** glibc detected *** dmd: realloc(): invalid pointer: 0x08d2c6a8 *** Segmentation fault Perhaps,

[Issue 675] %a format has an out-by-1 bug for denormals.

2009-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=675 --- Comment #2 from clugd...@yahoo.com.au 2009-02-27 07:36 --- I thought the problem might have been in frexpl(), but it isn't -- I can confirm that frexpl works correctly. The bug must be in __pfloatfmt somewhere. --

[Issue 2692] New: alignment of double on x86 linux is incorrect

2009-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2692 Summary: alignment of double on x86 linux is incorrect Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Keywords: wrong-code Severity:

[Issue 2693] New: Instantiations of templates containing __traits fail in is()

2009-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2693 Summary: Instantiations of templates containing __traits fail in is() Product: D Version: 2.025 Platform: PC OS/Version: Windows Status: NEW Keywords:

[Issue 2694] New: alias pure nothrow XXX; is not pure nothrow!

2009-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2694 Summary: alias pure nothrow XXX; is not pure nothrow! Product: D Version: 2.025 Platform: PC OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 2695] New: pure functions can invoke impure function pointers

2009-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2695 Summary: pure functions can invoke impure function pointers Product: D Version: 2.025 Platform: PC OS/Version: Windows Status: NEW Keywords: accepts-invalid