[Issue 8340] *= operator breaks long array in x64

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8340 --- Comment #3 from github-bugzi...@puremagic.com 2012-11-09 00:11:48 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/af7b7f098a6e91c34993f43d3afda54e54a96a4e

[Issue 8340] *= operator breaks long array in x64

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8340 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8340] *= operator breaks long array in x64

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8340 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-09 00:13:45 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/74eee15c8ed326f53bed4956e772064a4ee6e24

[Issue 8983] Overload introduced behind mixin template can't be called from another overload

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8983 Max Samukha changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #2 fr

[Issue 6141] Bad code with ref-foreach and closures

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6141 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara 2012

[Issue 8526] DMD 2.060 regression: anonymous delegate call in foreach loop

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8526 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #5 from Kenji Hara 2012

[Issue 8093] Returning ref from delegate foreach gives bad address

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8093 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 2012

[Issue 8897] Regression: 'has forward references' error for static class after template mixin

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8897 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-09 02:27:42 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6b9c11935affbae686656cd4883b9f93eb980d1

[Issue 4019] [CTFE] Adding an item to an empty AA

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4019 Mike van Dongen changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 8897] Regression: 'has forward references' error for static class after template mixin

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8897 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8976] __traits(compiles, ...) causes error

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8976 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8983] Overload introduced behind mixin template can't be called from another overload

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8983 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #3 from

[Issue 8894] 2.059: Lookup error message has become uninformative

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8894 --- Comment #5 from Don 2012-11-09 03:08:43 PST --- Easy way would be, if errors aren't gagged (so that we care about which error message occurs), to gag the UFCS attempt, and if it fails, make the property call again. -- Configure issuemail:

[Issue 6141] Bad code with ref-foreach and closures

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6141 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-09 04:16:03 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/26870291ebcb9512bc3c7a3099719b3ef8596bd

[Issue 8526] DMD 2.060 regression: anonymous delegate call in foreach loop

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8526 --- Comment #6 from github-bugzi...@puremagic.com 2012-11-09 04:15:57 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/251a8bb0ede5e45bf5f41b60554a2962261516f

[Issue 8986] New: The PVS-Studio analyzer has something for you

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8986 Summary: The PVS-Studio analyzer has something for you Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8983] Overload introduced behind mixin template can't be called from another overload

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8983 --- Comment #4 from Max Samukha 2012-11-09 04:34:35 PST --- (In reply to comment #3) > > Even if there were no nested scope, this still would not work because function > with omitted body is expected to appear in another object file: > Tha

[Issue 8983] Overload introduced behind mixin template can't be called from another overload

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8983 --- Comment #5 from Maxim Fomin 2012-11-09 04:38:29 PST --- (In reply to comment #4) > (In reply to comment #3) > > > > > Even if there were no nested scope, this still would not work because > > function > > with omitted body is expected t

[Issue 8983] Overload introduced behind mixin template can't be called from another overload

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8983 --- Comment #6 from Max Samukha 2012-11-09 04:46:29 PST --- (In reply to comment #5) git -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8986] The PVS-Studio analyzer has something for you

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8986 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8983] Overload introduced behind mixin template can't be called from another overload

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8983 --- Comment #7 from Max Samukha 2012-11-09 04:53:18 PST --- Note that variable definitions still fail: extern int x; int x; // conflict -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 8986] The PVS-Studio analyzer has something for you

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8986 --- Comment #2 from Andrey Karpov 2012-11-09 04:51:49 PST --- Yes, I know what you are studying common problems in C + + to improve D. Nice to know that my examples are useful. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.

[Issue 6141] Bad code with ref-foreach and closures

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6141 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8526] DMD 2.060 regression: anonymous delegate call in foreach loop

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8526 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8093] Returning ref from delegate foreach gives bad address

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8093 --- Comment #3 from github-bugzi...@puremagic.com 2012-11-09 05:55:56 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/90855d75802ed3440f0fad2f02593e801932d18

[Issue 1495] frontend optimization

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1495 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6962] Wrong Code With Scope Exit + By-Ref Parameters, only with -O

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6962 Don changed: What|Removed |Added Summary|Wrong Code With Scope Exit |Wrong Code With Scope Exit |+ B

[Issue 8376] 64 bit codegen bug involving dynamically indexed static array and continue statement

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8376 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #1 from

[Issue 8987] New: Compiling using "-O -release" options yeild "Internal error: backend\cgcod.c 1663"

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8987 Summary: Compiling using "-O -release" options yeild "Internal error: backend\cgcod.c 1663" Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 8093] Returning ref from delegate foreach gives bad address

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8093 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5832] Template alias parameters are never successfully pattern matched

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5832 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K

[Issue 8988] New: Segfault in tricky CTFE scenario

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8988 Summary: Segfault in tricky CTFE scenario Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8988] Segfault in tricky CTFE scenario

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8988 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 8446] Can't use 'this' pointer in pure member function?

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8446 --- Comment #2 from Dmitry Olshansky 2012-11-09 10:50:40 PST --- (In reply to comment #1) > (In reply to comment #0) > > This is a trivial bug of the original code. > > >@property auto byInterval() pure const > >{ > >static s

[Issue 8986] The PVS-Studio analyzer has something for you

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8986 --- Comment #3 from github-bugzi...@puremagic.com 2012-11-09 11:19:11 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b72f726f84ee58d14b26cc7fdb49a6665932ec80

[Issue 8986] The PVS-Studio analyzer has something for you

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8986 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-09 11:20:40 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8dcabd3debb7b891fa5471da98034264caf9054

[Issue 8986] The PVS-Studio analyzer has something for you

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8986 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8606] import std.string causes Optlink 'Error 32: Data Outside Segment Bounds : _DATA'

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8606 Neil changed: What|Removed |Added CC||neil.bry...@gmail.com --- Comment #2 from Neil

[Issue 8376] 64 bit codegen bug involving dynamically indexed static array and continue statement

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8376 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8376] 64 bit codegen bug involving dynamically indexed static array and continue statement

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8376 --- Comment #2 from github-bugzi...@puremagic.com 2012-11-09 14:32:16 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/204a1e0d480f2dfb50860fa2d99320b19fb88623

[Issue 8989] New: cfloat argument passing broken

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8989 Summary: cfloat argument passing broken Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: DMD

[Issue 8989] cfloat argument passing broken

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8989 Fawzi Mohamed changed: What|Removed |Added Keywords||wrong-code --- Comment #1 from Fawzi M

[Issue 6969] Forward reference on template class triangle

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6969 Nick Sabalausky changed: What|Removed |Added Severity|blocker |critical -- Configure issuemail: ht

[Issue 8990] New: Forward reference error on three structs

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 Summary: Forward reference error on three structs Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 8990] Forward reference error on three structs

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 Rob T changed: What|Removed |Added CC||al...@ucora.com --- Comment #1 from Rob T 201

[Issue 8990] Forward reference error on three structs

2012-11-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8990 --- Comment #2 from Rob T 2012-11-09 23:12:29 PST --- (In reply to comment #1) > > > > This *might* be related to #6969, but I'm not sure. > > Also appears to be related, if not identical, to this one > http://d.puremagic.com/issues/show_bug.