Re: Tuple assignment

2015-05-10 Thread Walter Bright via Digitalmars-d
On 5/10/2015 1:07 AM, Russel Winder via Digitalmars-d wrote: ldc2 and gdc have options to write the assembly language file, maybe I am missing it but dmd appears not to advertise such an option. http://www.digitalmars.com/ctg/obj2asm.html

[Issue 3841] silent implicit cast from floating point to integral in += etc. operators

2015-05-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3841 Clement Courbet c...@somebod.com changed: What|Removed |Added CC||c...@somebod.com ---

Re: DLL symbol identity

2015-05-10 Thread Benjamin Thaut via Digitalmars-d
Does nobody have a opinion on this?

Re: Tuple assignment

2015-05-10 Thread John Colvin via Digitalmars-d
On Sunday, 10 May 2015 at 08:07:38 UTC, Russel Winder wrote: On Sat, 2015-05-09 at 13:07 -0700, Walter Bright via Digitalmars-d wrote: […] It probably depends on the compiler. The way to find out is to look at the generated assembler. pedant-modeassembly language file, not assembler (which

Re: DLL symbol identity

2015-05-10 Thread Dicebot via Digitalmars-d
On Friday, 8 May 2015 at 05:26:01 UTC, Benjamin Thaut wrote: Pro: - Its the plain windows shared library mechanism in all its uglyness. I wonder if anyone can provide more Pro input :)

Re: Tuple assignment

2015-05-10 Thread Iain Buclaw via Digitalmars-d
On 10 May 2015 at 21:41, John Colvin via Digitalmars-d digitalmars-d@puremagic.com wrote: On Sunday, 10 May 2015 at 08:07:38 UTC, Russel Winder wrote: On Sat, 2015-05-09 at 13:07 -0700, Walter Bright via Digitalmars-d wrote: […] It probably depends on the compiler. The way to find out is to

Re: Dare I ... another volatile discussion ?

2015-05-10 Thread Jens Bauer via Digitalmars-d
On Sunday, 10 May 2015 at 12:43:31 UTC, Kagamin wrote: On Saturday, 9 May 2015 at 16:59:35 UTC, Jens Bauer wrote: ... System calls will need to access the peripherals in some way, in order to send data to for instance a printer or harddisk. If the way it's done is using a memory location,

Re: Bug or feature?

2015-05-10 Thread Jack Applegame via Digitalmars-d-learn
Ok, it's a feature. Thanks.

<    1   2