[Issue 3354] invalid number of args accepted for 1/2 arg floating point instructions

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3354 --- Comment #5 from github-bugzi...@puremagic.com 2012-02-22 22:32:05 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 3354] invalid number of args accepted for 1/2 arg floating point instructions

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3354 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1149] Optimizer: obsolete array length loads, common subexpr. elimin. not working

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1149 --- Comment #7 from github-bugzi...@puremagic.com 2012-02-23 00:05:21 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6096] optimizer assert on cdouble to bool conversion

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6096 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6676] Optimize error std.conv.to!int(const(char[]))

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6676 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 7528] The core.atomic module does not have implementations when compiling with -D.

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7528 Kapps opantm+s...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5930] cas doesn't work when used in code compiled with -D

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5930 Kapps opantm+s...@gmail.com changed: What|Removed |Added CC||opantm+s...@gmail.com

[Issue 5930] cas doesn't work when used in code compiled with -D

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5930 Kapps opantm+s...@gmail.com changed: What|Removed |Added OS/Version|Linux |All --- Comment #5 from

[Issue 7492] [CTFE] Error at assign to immutable character array

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7492 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6815] Char array is turned into string expression during constant folding

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6815 --- Comment #2 from Don clugd...@yahoo.com.au 2012-02-23 02:08:29 PST --- (In reply to comment #1) Probably the same issue: Nope, completely different. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 2486] taking address of slice rvalue is valid

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2486 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-02-23 02:38:57 PST --- I found related bug that returning slice by auto ref causes an error. struct S { int[] a; auto ref opSlice(){ return a[]; } // line 4 } void main() {

[Issue 7568] New: pragma(msg) segfaults with an aggregate including a class.

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7568 Summary: pragma(msg) segfaults with an aggregate including a class. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: CTFE, ice

[Issue 1149] Optimizer: obsolete array length loads, common subexpr. elimin. not working

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1149 --- Comment #8 from bearophile_h...@eml.cc 2012-02-23 04:31:27 PST --- Better: __Dmain comdat L0: sub ESP,0Ch mov ECX,offset FLAT:_D11TypeInfo_Ak6__initZ pushEBX pushESI lea EAX,8[ESP] mov

[Issue 6676] Optimize error std.conv.to!int(const(char[]))

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6676 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1149] Optimizer: obsolete array length loads, common subexpr. elimin. not working

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1149 --- Comment #9 from yebblies yebbl...@gmail.com 2012-02-24 00:20:28 EST --- (In reply to comment #8) Better: Yeah. I have no idea why it's using so many registers though. -- Configure issuemail:

[Issue 4155] return of NaN to temporary fails equality test

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4155 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||pull CC|

[Issue 7566] New: compiler works incorrectly when debug{} statements are present, ver 2.057

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7566 Summary: compiler works incorrectly when debug{} statements are present, ver 2.057 Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 7566] compiler works incorrectly when debug{} statements are present, ver 2.057

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7566 --- Comment #1 from Timofei Bolshakov tbo...@gmail.com 2012-02-23 07:46:31 PST --- If debug statements are removed - compiler behave as expected: $ more d_compiler_bug_around_debug.d #!/usr/bin/rdmd -debug import std.stdio; void main(){ bool

[Issue 7567] New: Lazy quantifiers fail with ctRegex

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7567 Summary: Lazy quantifiers fail with ctRegex Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 7566] compiler works incorrectly when debug{} statements are present, ver 2.057

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7566 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7399] Broken import statement in trySemantic() causes silent compiler error

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7399 --- Comment #4 from github-bugzi...@puremagic.com 2012-02-23 12:35:47 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6453] Allow multiple invariant per struct/class

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6453 Alex R�nne Petersen xtzgzo...@gmail.com changed: What|Removed |Added CC|

[Issue 7566] compiler works incorrectly when debug{} statements are present, ver 2.057

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7566 --- Comment #3 from Timofei Bolshakov tbo...@gmail.com 2012-02-23 13:07:19 PST --- I am expecting to see somewhat like ./d_compiler_bug_around_debug.d(10): found 'else' instead of statement ./d_compiler_bug_around_debug.d(13): unrecognized

[Issue 7399] Broken import statement in trySemantic() causes silent compiler error

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7399 --- Comment #5 from github-bugzi...@puremagic.com 2012-02-23 13:09:23 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 7399] Broken import statement in trySemantic() causes silent compiler error

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7399 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7564] Implicit conversion from static to dynamic array in loops

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7564 --- Comment #2 from Sebastian sebastian.sandberg1...@gmail.com 2012-02-23 13:40:11 PST --- Ok, I understand, I was wrong. However on a related matter, I think that, import std.stdio; int[1] f(int i) { int[1] a = i; return a; } void main()

[Issue 7078] BigInt.toInt returns a long

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7078 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6808] string to BigInt using std.conv.to

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6808 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7564] Implicit conversion from static to dynamic array in loops

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7564 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-02-23 14:48:52 PST --- Temporary objects are destroyed ad the scope end, not statement end. (In reply to comment #2) Ok, I understand, I was wrong. However on a related matter, I think

[Issue 7374] stdin.byLine() throws AssertError on empty input

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7374 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 7566] compiler works incorrectly when debug{} statements are present, ver 2.057

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7566 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 7569] New: cannot void initialize tuple declarations

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7569 Summary: cannot void initialize tuple declarations Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5112] scope is deprecated, but this is not mentioned in the specification

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5112 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 4480] JSON: include location range, not just line numbers, for everything

2012-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4480 Matt Peterson revcompg...@gmail.com changed: What|Removed |Added CC|

setlocale not working as expected

2012-02-23 Thread Frank De prins
Hello, When I use setlocale with LC_ALL it does not seem to work. I use nlb_belgium and, when I print (writeln in console) a floating point number, I expect the decimal separator to be a comma. But it remains a dot. When I use 0 instead of LC_ALL, it does work. So I inspected the values