[Issue 7750] while(true) loop with try/catch block causes segfault

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7750 --- Comment #3 from Don clugd...@yahoo.com.au 2012-04-11 00:59:23 PDT --- Probably related to bug 1115. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 1173] Inline assembler: cannot use global scope operator

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

[Issue 5675] ICE(e2ir) on AALiteral call expression

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

[Issue 4460] Regression(2.036) ICE(e2ir.c) when compiling foreach over associative array literal

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4460 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||d...@dawgfoto.de ---

[Issue 3927] array.length++; is an error, but ++array.length compiles

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

[Issue 7442] ctRegex!`\p{Letter}` uses a lot memory in compilation

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7442 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|CTFE| CC|

[Issue 7442] ctRegex!`\p{Letter}` uses a lot memory in compilation

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7442 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #10 from Mihail Strashun m.stras...@gmail.com 2012-04-11 04:23:31 PDT --- (In reply to comment #9) So, something which was in D itself (as opposed to how it talks with C code) which used to work but doesn't now could certainly

[Issue 7889] writeln of array of tuple of const too

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7889 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6336] Can't return ref T where T has const/immutable members

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6336 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 7890] New: [CTFE] - segfault for struct literal with AA field

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7890 Summary: [CTFE] - segfault for struct literal with AA field Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #11 from Jonathan M Davis jmdavisp...@gmx.com 2012-04-11 09:51:04 PDT --- In general, something which has never worked is going to be treated as less of a priority than something which worked before and doesn't now - _especially_

[Issue 7815] Mixin template forward reference (?) regression

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7815 --- Comment #15 from Walter Bright bugzi...@digitalmars.com 2012-04-11 10:40:51 PDT --- I reduced the test case a little more: struct Expression(int op) { enum lhsClosure = closureOf!(); } template closureOf() { static if (is(typeof({

[Issue 7880] [CTFE] cast from void array allowed with different results than at runtime

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7880 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||pull CC|

[Issue 7891] New: int[] broken in vararg if it appears after 5 arguments of type bool

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7891 Summary: int[] broken in vararg if it appears after 5 arguments of type bool Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW

[Issue 7815] Mixin template forward reference (?) regression

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7815 --- Comment #17 from github-bugzi...@puremagic.com 2012-04-11 14:43:23 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7834] Assign x%int to int without cast

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7834 bearophile_h...@eml.cc changed: What|Removed |Added Summary|Assign x%int to int without |Assign x%int to int without

[Issue 7872] dmd should warn if `printf` is used on D strings

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7872 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com ---

[Issue 7815] Mixin template forward reference (?) regression

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7815 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 7892] New: Compiler-generated struct copies can result in errors when ctor is @disable'd

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7892 Summary: Compiler-generated struct copies can result in errors when ctor is @disable'd Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 7892] Compiler-generated struct copies can result in errors when ctor is @disable'd

2012-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7892 --- Comment #1 from Alex R�nne Petersen xtzgzo...@gmail.com 2012-04-11 19:26:33 PDT --- OK, the first one is probably not due to an invisible copy, but rather just a bug in the assignment analysis (it follows that if the function returns