[Issue 2697] Cast of float function return to ulong or uint gives bogus value

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2697 --- Comment #1 from ma...@pochta.ru 2009-03-06 04:39 --- In D2: float: 5.00 ulong: 0 long: 5 uint: 0 int:5 ushort: 5 short: 5 ubyte: 5 byte: 5 float: 5.00 ulong: 5 long: 5 uint: 5 int:5 ushort: 5 short

[Issue 2710] New: dmd2/src/druntime/src/../import/std/intrinsic.di misses pure and nothrow in signatures

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2710 Summary: dmd2/src/druntime/src/../import/std/intrinsic.di misses pure and nothrow in signatures Product: D Version: unspecified Platform: PC OS/Version: Linux Statu

[Issue 2710] dmd2/src/druntime/src/../import/std/intrinsic.di misses pure and nothrow in signatures

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2710 bary...@smp.if.uj.edu.pl changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2574] std.c.stdio doesn't compile: va_list not defined!

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2574 --- Comment #1 from bary...@smp.if.uj.edu.pl 2009-03-06 11:40 --- Please do something with it. This breaks lots of libraries. --

[Issue 2711] New: -H produces bad headers files if function defintion is templated and have auto return value

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2711 Summary: -H produces bad headers files if function defintion is templated and have auto return value Product: D Version: unspecified Platform: PC OS/Version: Linux

[Issue 2711] -H produces bad headers files if function defintion is templated and have auto return value

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2711 --- Comment #1 from bary...@smp.if.uj.edu.pl 2009-03-06 11:46 --- Simpler example (without templates): # cat header2.d auto c(int x) { return 5; } # dmd -c -H header2.d # cat header2.di // D import file generated from 'header

[Issue 2678] for loops are already assumed to terminate

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2678 s...@iname.com changed: What|Removed |Added CC||s...@iname.com --- Comment #6 fr

[Issue 2712] New: error with passing an array slot as another array length to new

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2712 Summary: error with passing an array slot as another array length to new Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severi

[Issue 2713] New: Error resolving types with ? : and const

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2713 Summary: Error resolving types with ? : and const Product: D Version: 2.025 Platform: PC URL: http://www.digitalmars.com/webnews/newsgroups.php?art_gr oup=digitalmars.D&

[Issue 2714] New: std.getopt erroneously splits arguments

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2714 Summary: std.getopt erroneously splits arguments Product: D Version: 2.025 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compone

[Issue 996] Error in doc on implicit conversion between pointer and array

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=996 s...@iname.com changed: What|Removed |Added CC||s...@iname.com URL|http:/

[Issue 2714] std.getopt erroneously splits arguments

2009-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2714 and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1