[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #11 from hst...@quickfur.ath.cx 2013-08-27 22:06:06 PDT --- (In reply to comment #9) > Actually, if it works with std.algo and atd.datetime done separately (even > without the large address aware flag), and if those are notorious fo

[Issue 10617] contract with -profile -debug is not nothrow

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10617 kekeni...@yahoo.co.jp changed: What|Removed |Added CC||verylonglogin@gmail.com --

[Issue 10520] Building with profiler results in "is not nothrow" error on some contracts

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10520 kekeni...@yahoo.co.jp changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10912] property overridding requires both accessors to be overridden

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10912 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10891] regression(2.063.2 => v2.064-devel-a3e447c): Error: function std.uni.TrieBuilder

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10891 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10836] 'errors compiling the function' for optimized builds

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10836 Andrej Mitrovic changed: What|Removed |Added CC||thelastmamm...@gmail.com --- Commen

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #10 from ye

[Issue 10891] regression(2.063.2 => v2.064-devel-a3e447c): Error: function std.uni.TrieBuilder

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10891 --- Comment #2 from Kenji Hara 2013-08-27 18:51:59 PDT --- (In reply to comment #0) > phobos/std/uni.d(3547): Error: function std.uni.TrieBuilder!(ubyte, dchar, > 1114112, sliceBits!(13LU, 21LU), sliceBits!(6LU, 13LU), sliceBits!(0LU, > 6LU)).

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #9 from Nick Sabalausky 2013-08-27 18:06:59 PDT --- Actually, if it works with std.algo and atd.datetime done separately (even without the large address aware flag), and if those are notorious for being large, perhaps I should jus

[Issue 10398] Dmd bugs detected by memcheck when compile druntime+phobos

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10398 --- Comment #5 from Walter Bright 2013-08-27 18:08:22 PDT --- https://github.com/D-Programming-Language/dmd/pull/2486 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 10398] Dmd bugs detected by memcheck when compile druntime+phobos

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10398 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 10915] New: std.typecons.Nullable throws in writeln() if it's null

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10915 Summary: std.typecons.Nullable throws in writeln() if it's null Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #8 from Nick Sabalausky 2013-08-27 17:47:36 PDT --- How do I set the Large Address Aware flag? I'm having trouble finding that info through a web search. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=em

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #7 from Nick Sabalausky 2013-08-27 17:43:25 PDT --- Running the original command but with both std.algorthm and std.datetime removed does succeed. Also, running the same command, but with *only* std.algorthm and std.datetime *also

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #5 from Orvid King 2013-08-27 17:36:32 PDT --- If the compiler attempts to use more than 2GB of virtual memory (including all loaded libraries), then windows will throw an OOM error for exe's which aren't marked as Large Address Aw

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #6 from hst...@quickfur.ath.cx 2013-08-27 17:38:09 PDT --- Another thing to try, based on a wild gueses, is to edit std/algorithm.d and add version(none) to cartesianProduct's unittests. One of them, I believe, has a triple cartesia

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #3 from hst...@quickfur.ath.cx 2013-08-27 17:34:02 PDT --- No, in Linux it also runs that huge compile line. One way to test is perhaps to copy-n-paste that command, omitting likely culprits like std.algorithm and std.datetime (or

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #4 from hst...@quickfur.ath.cx 2013-08-27 17:34:48 PDT --- Oh, and add -c to the command line as well, to prevent it from erroring out from undefined symbols. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab

[Issue 10866] Regression (2.064 git-head) Massive compiler slowdown

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10866 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FI

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 --- Comment #2 from Nick Sabalausky 2013-08-27 17:26:58 PDT --- The OOM is occurring during this (rather large) command: - dmd -lib -ofphobos.lib -Xfphobos.json -O -release -w -d std\stdio.d std\stdiobase.d s

[Issue 10866] Regression (2.064 git-head) Massive compiler slowdown

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10866 --- Comment #9 from Andrej Mitrovic 2013-08-27 17:28:27 PDT --- (In reply to comment #8) > Reopened because Andrej Mitrovic says the problem is not yet solved. (Close > down again if I am wrong.) I will try and produce some reliable test-cas

[Issue 10896] currently tools/ddemangle doesn't compile on git master

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10896 --- Comment #4 from hst...@quickfur.ath.cx 2013-08-27 16:21:33 PDT --- OTOH, the breakage of std.regex.replace for lambdas probably should also be addressed, because once 2.064 is out it's gonna break existing code. -- Configure issuemail: ht

[Issue 10896] currently tools/ddemangle doesn't compile on git master

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10896 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #3 from hst.

[Issue 10896] currently tools/ddemangle doesn't compile on git master

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10896 --- Comment #2 from hst...@quickfur.ath.cx 2013-08-27 16:06:39 PDT --- As stated in bug #10913, this is a regression from 2.063.2. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this ma

[Issue 10896] currently tools/ddemangle doesn't compile on git master

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10896 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx

[Issue 10896] currently tools/ddemangle doesn't compile on git master

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10896 hst...@quickfur.ath.cx changed: What|Removed |Added CC||cbkbbej...@mailinator.com ---

[Issue 10913] [2.064 git-head] regex/demange compilation failure

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10913 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10906] [2.064 git-head] Out of memory compiling Phobos on Windows

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10906 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Co

[Issue 10914] New: template stringof depends on instantiation order

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10914 Summary: template stringof depends on instantiation order Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 10086] ICE(glue.c) or wrong code on passing variable as template value parameter

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10086 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10086] ICE(glue.c) or wrong code on passing variable as template value parameter

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10086 --- Comment #8 from github-bugzi...@puremagic.com 2013-08-27 13:20:21 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/78ca53ef95d71e436c8cdfe70a626e275be6b3

[Issue 10857] ICE(glue.c, bugzilla 2962?) or compiles, depending on the files order

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10857 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2962] ICE(glue.c) or bad codegen passing variable as template value parameter

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2962 --- Comment #45 from github-bugzi...@puremagic.com 2013-08-27 13:20:09 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ba0b1d73fff98be1440d972fa88bb730d136b10

[Issue 10836] 'errors compiling the function' for optimized builds

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10836 --- Comment #4 from github-bugzi...@puremagic.com 2013-08-27 13:16:33 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/23a3fa83022e1b8e4d291ffb43e225ad9c8895

[Issue 10836] 'errors compiling the function' for optimized builds

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10836 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10758] Unsound type checking for inout.

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10758 --- Comment #5 from github-bugzi...@puremagic.com 2013-08-27 13:18:03 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a61e407fa9fa7e20e8035f41d4c26569e06b5e

[Issue 10758] Unsound type checking for inout.

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10758 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 10913] New: [2.064 git-head] regex/demange compilation failure

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10913 Summary: [2.064 git-head] regex/demange compilation failure Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: regression Priority

[Issue 10259] ICE on invalid compile-time class instantiation

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10259 Henning Pohl changed: What|Removed |Added Keywords||ice, pull CC|

[Issue 10910] Duplicate error messages for array bounds errors

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10910 --- Comment #1 from Don 2013-08-27 11:52:20 PDT --- A couple more examples: void bug10910(string y) {} char example() { char c = "abcdef"[17]; char [7] x = "abc"[12]; int ww = "abc"["dsdffg"[9]]; int m = new int["as"[218]];

[Issue 9733] Hello world segfaults on Debian x86_64 with -m64

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9733 Marcelo Juchem changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10912] New: property overridding requires both accessors to be overridden

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10912 Summary: property overridding requires both accessors to be overridden Product: D Version: D2 Platform: All URL: http://dpaste.dzfl.pl/7bd529ae OS/Version: All

[Issue 10911] New: std.net.curl.HTTP: should allow user code to indicate content type of POST data

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10911 Summary: std.net.curl.HTTP: should allow user code to indicate content type of POST data Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 6423] Garbage is returned from `void main()`

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6423 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #4 from I

[Issue 9816] Export is mostly broken

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9816 --- Comment #8 from Benjamin Thaut 2013-08-27 09:41:35 PDT --- Wouldn't it be easier to implement a getter function for each TLS variable which just returns the address of the variable value? -- Configure issuemail: http://d.puremagic.com/is

[Issue 6423] Garbage is returned from `void main()`

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6423 --- Comment #3 from hst...@quickfur.ath.cx 2013-08-27 09:42:38 PDT --- OK. Then it's purely just a wrong-code bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 6423] Garbage is returned from `void main()`

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6423 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 6423] Garbage is returned from `void main()`

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6423 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Com

[Issue 10902] some phobos unittests take an excessive amount of time

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10902 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Co

[Issue 6381] math.floor, math.ceil are not pure functions.

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6381 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10904] "%(%s %)" format string support for std.container.Array too

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10904 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10904] "%(%s %)" format string support for std.container.Array too

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10904 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #16 from Lionello Lunesu 2013-08-27 04:38:47 PDT --- (In reply to comment #15) > (But usually warnings aren't 100.00% reliable. Usually there are very uncommon > cases where a warning gives false positives and false negatives. Thi

[Issue 10909] std.conv.to!(bool)(int): conversion from integer to bool

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10909 --- Comment #5 from growler...@gmail.com 2013-08-27 04:29:06 PDT --- (In reply to comment #4) > (In reply to comment #3) > > The fix is pretty trivial, bools where not supported for the simple fact > > that > > they are not on the "support" li

[Issue 10909] std.conv.to!(bool)(int): conversion from integer to bool

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10909 --- Comment #4 from growler...@gmail.com 2013-08-27 04:26:05 PDT --- (In reply to comment #3) > The fix is pretty trivial, bools where not supported for the simple fact that > they are not on the "support" list. > > The fix is: > > 1. std.con

[Issue 10909] std.conv.to!(bool)(int): conversion from integer to bool

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10909 --- Comment #3 from monarchdo...@gmail.com 2013-08-27 00:13:46 PDT --- The fix is pretty trivial, bools where not supported for the simple fact that they are not on the "support" list. The fix is: 1. std.conv: Line 1309 Change: T toImpl(T, S

[Issue 10394] opBinaryRight!"in" and tuple

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10394 --- Comment #5 from github-bugzi...@puremagic.com 2013-08-27 00:13:20 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c4ca9257ed2863f8ef2c1be31e8690f2363a3a

[Issue 10394] opBinaryRight!"in" and tuple

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10394 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10910] New: Duplicate error messages for array bounds errors

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10910 Summary: Duplicate error messages for array bounds errors Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9816] Export is mostly broken

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9816 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #7 fr

[Issue 10870] Ddoc adds "abstract" to interfaces

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10870 --- Comment #3 from github-bugzi...@puremagic.com 2013-08-27 00:02:38 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6fca3d6d830c57b5ea9b132fd08b4d22a232ae

[Issue 10870] Ddoc adds "abstract" to interfaces

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10870 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10870] Ddoc adds "abstract" to interfaces

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10870 --- Comment #2 from github-bugzi...@puremagic.com 2013-08-26 23:58:18 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/86a069749567f6b2306483a263a527b9b1e693

[Issue 9982] ICE on CTFE for pointer dereference

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9982 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Ver

[Issue 9982] ICE on CTFE for pointer dereference

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9982 --- Comment #3 from github-bugzi...@puremagic.com 2013-08-26 23:56:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/72b160b53662feeb927175260f9e1b165b86009