[Issue 3171] % not implemented correctly for floats

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3171 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 3171] % not implemented correctly for floats

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3171 --- Comment #4 from Don clugd...@yahoo.com.au 2009-07-14 04:03:19 PDT --- (In reply to comment #3) Thanks for the explanation. At least I know why that happens, now. What do you suggest, then? Staying with FPREM or going with FPREM1 ?

[Issue 2716] Confusion of auto and scope as the class attribute

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2716 --- Comment #9 from Stewart Gordon s...@iname.com 2009-07-14 05:38:02 PDT --- (In reply to comment #8) storage class has no effect seems to be the wrong wording. I'll change it if you come up with a nicer error message. cannot be auto

[Issue 2716] Confusion of auto and scope as the class attribute

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2716 --- Comment #10 from Stewart Gordon s...@iname.com 2009-07-14 05:40:37 PDT --- (In reply to comment #9) How about both auto and explicit type given? Or even both auto and explicit type given, use scope for RAII for the benefit of

[Issue 2716] Confusion of auto and scope as the class attribute

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2716 --- Comment #11 from Christian Kamm kamm-removet...@incasoftware.de 2009-07-14 09:35:40 PDT --- I've switched the error message to both auto and explicit type given. auto class C {} will still trigger the storage class has no effect one

[Issue 3174] New: (ICE): Compiler crash or compiler error with auto returns and const / immutable / invarient / pure

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3174 Summary: (ICE): Compiler crash or compiler error with auto returns and const / immutable / invarient / pure Product: D Version: 2.031 Platform: x86 OS/Version: Windows

[Issue 3163] Never referenced local variable compiles without error.

2009-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3163 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords||accepts-invalid