[Issue 9449] Segmentation fault in main()

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9449 --- Comment #5 from Maxim Fomin 2013-02-09 22:40:37 PST --- (In reply to comment #4) > Seems to be related to bug 8518. Thanks for founding. The root of the problem (at least this one) is when dmd frontend parses and generates list of express

[Issue 9449] Segmentation fault in main()

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9449 --- Comment #4 from hst...@quickfur.ath.cx 2013-02-09 22:26:56 PST --- Seems to be related to bug 8518. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8518] Segmentation fault in _memset128ii

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

[Issue 8925] Constructor is called instead of opCall if constructor is generic

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

[Issue 4737] typeid doesn't work for scoped enum with initializer

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

[Issue 8426] Spell corrector for wrong function names looks in the wrong places

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

[Issue 5389] IsExpression spec is wrong

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5389 Andrej Mitrovic changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #

[Issue 9182] Forward reference error with static immutable struct members

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

[Issue 7663] Mutable array of chars assigned to immutable fixed size array too

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

[Issue 7258] std.array.array of const items

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

[Issue 7256] std.typecons.Nullable of a const value

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

[Issue 7257] std.typecons.Tuple of a immutable item

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

[Issue 7269] Named string enum cannot compile with -g

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

[Issue 4831] Optlink rejects paths with invalid characters based on HPFS filesystem instead of NTFS

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831 Andrej Mitrovic changed: What|Removed |Added CC||ascend...@gmail.com --- Comment #6 f

[Issue 7800] Paths with square brackets cause link failure

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

[Issue 4831] Optlink failed to parse PATH env variable with -g option

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831 --- Comment #5 from Andrej Mitrovic 2013-02-09 20:09:31 PST --- Walter Bright(In reply to comment #2) > As a workaround for the time being, try enclosing the path in "". I think we've established it doesn't quite work. However I think the lin

[Issue 6717] (D1 only) Unhelpful diagnostic on wrong end-of-instruction token in ASM

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6717 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com Version|D1 & D

[Issue 5010] Error messages for properties could be improved

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5010 Era Scarecrow changed: What|Removed |Added CC||rtcv...@yahoo.com --- Comment #2 from

[Issue 7819] std.file.setTimes throws error on folders

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 Andrej Mitrovic changed: What|Removed |Added Keywords||pull --- Comment #3 from Andrej Mitr

[Issue 7819] std.file.setTimes throws error on folders

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #4 from Andrej Mitrovic 2013-02-09 19:22:19 PST --- (In reply to comment #3) > https://github.com/D-Programming-Language/phobos/pull/1128 Thanks for the patch Jay Norwood! -- Configure issuemail: http://d.puremagic.com/issues/us

[Issue 9488] std.datetime unittest failure

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9488 --- Comment #2 from Jonathan M Davis 2013-02-09 17:43:06 PST --- It looks like the problem is the fact that Asia/Amman had a DST switch on July 1st, 1999. I didn't think that anyone had DST switches in July. They're always in Spring or Fall. Y

[Issue 9488] std.datetime unittest failure

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9488 Jonathan M Davis changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 9492] New: [2.052 beta] Stylesheet not found for off-line HTML docs

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9492 Summary: [2.052 beta] Stylesheet not found for off-line HTML docs Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: regr

[Issue 5410] Variant.convertsTo(const(char)[]) seems broke

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

[Issue 5469] Limitation when instantiating templates in the context of a function

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

[Issue 9491] New: allow for insert/return pointer to existing value if present on assoc array

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9491 Summary: allow for insert/return pointer to existing value if present on assoc array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Seve

[Issue 9490] New: 'this' is not found when array expression is in parentheses

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9490 Summary: 'this' is not found when array expression is in parentheses Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-va

[Issue 8841] Missing line numbers in stack trace?

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8841 Benjamin Thaut changed: What|Removed |Added CC||c...@benjamin-thaut.de --- Comment #8

[Issue 4999] Add Kenji Hara's adaptTo() to Phobos

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4999 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com C

[Issue 6140] Wrong ambiguity error with overloading

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

[Issue 9440] Listing of keywords on dlang.org does not match compiler

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

[Issue 9440] Listing of keywords on dlang.org does not match compiler

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

[Issue 9331] incorrect "ulong.max" value

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9331 --- Comment #3 from hst...@quickfur.ath.cx 2013-02-09 07:51:35 PST --- Seems that something is wrong with the codegen. To probe this problem, I made a slight modification to the code: - import std.stdio; void marker() {} void main

[Issue 9479] _error_ in error message of type inference of a delegate literal

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

[Issue 9479] _error_ in error message of type inference of a delegate literal

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9479 --- Comment #2 from github-bugzi...@puremagic.com 2013-02-09 07:23:15 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0d5a3ba6fe1665ab5739f1afe202e9b9c3ee4d7

[Issue 6129] dmd -run passes incorrect argv[0] to application

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

[Issue 9466] Compiler crash with code-coverage generation with large files

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 Andrej Mitrovic changed: What|Removed |Added Keywords|pull| AssignedTo|andrej.mitrov...@

[Issue 5988] Template accepts instantiating an already-instantiated template type

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5988 --- Comment #4 from Andrej Mitrovic 2013-02-09 06:08:43 PST --- (In reply to comment #3) > Yeah, this is an accepts-invalid for this test-case: > > template Templ(alias T) > { > alias T!int Templ; > } > > class C(T) > { > Templ!(C) f

[Issue 5988] Error when template is instantiated in a class

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5988 Andrej Mitrovic changed: What|Removed |Added Keywords|rejects-valid |accepts-invalid CC|

[Issue 6540] Default struct constructor problem

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

[Issue 6540] Default struct constructor problem

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6540 --- Comment #2 from Andrej Mitrovic 2013-02-09 05:57:00 PST --- (In reply to comment #1) > The error is now: > > Error: cannot implicitly convert expression (v2) of type double[] to > double[3u] > > But this seems normal to me. Edit: This

[Issue 6592] di header file created even if errors occur

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

[Issue 8352] Wrong "__overloadset isn't a template" error

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8352 --- Comment #2 from Andrej Mitrovic 2013-02-09 05:46:12 PST --- *** Issue 9487 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 9487] Error message with __overloadset

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

[Issue 9489] writeln of struct with disabled copy ctor

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

[Issue 6412] Include rdmd.d in releases

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6412 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #3 from Jacob

[Issue 9489] New: writeln of scoped class instance

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9489 Summary: writeln of scoped class instance Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Pr

[Issue 5009] TraceHandler not being called on Access Violation

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5009 --- Comment #1 from Benjamin Thaut 2013-02-09 03:55:31 PST --- Fixed in https://github.com/D-Programming-Language/druntime/pull/368 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 7128] Cartesian product of ranges

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7128 --- Comment #18 from bearophile_h...@eml.cc 2013-02-09 03:22:18 PST --- Extra on cartesianProduct: maybe you should add a little benchmark, to be sure the way you have implemented the variadic cartesianProduct() (with the flattening of nested tu

[Issue 7128] Cartesian product of ranges

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7128 --- Comment #17 from bearophile_h...@eml.cc 2013-02-09 03:17:30 PST --- (In reply to comment #16) > Hmm, you're right. The cartesian power has the advantage that the output will > be tuples of homogenous elements, so we can use arrays instead of

[Issue 9488] New: std.datetime unittest failure

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9488 Summary: std.datetime unittest failure Product: D Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:

[Issue 8763] struct initialization with empty variadic arguments tries to call constructor

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8763 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6833] Floating point literals lose fractional part in headers

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6833 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9357] Floating-point literal should always be printed with a period in diagnostic errors

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9466] Compiler crash with code-coverage generation with large files

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 --- Comment #4 from Kenji Hara 2013-02-09 02:51:55 PST --- Created an attachment (id=1184) More reduced test case If move the code line `int dummy = 0;` in cb.i from line 161 to 160, segfault disappeared. The line number depends on minimum all

[Issue 9449] Segmentation fault in main()

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

[Issue 8763] struct initialization with empty variadic arguments tries to call constructor

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8763 --- Comment #3 from github-bugzi...@puremagic.com 2013-02-09 02:43:07 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/92cd2d161e8ca9df26f84fd32a07540a02f7a98

[Issue 8763] struct initialization with empty variadic arguments tries to call constructor

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

[Issue 9438] Strange RefCounted stack overflow

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9438 Maxim Fomin changed: What|Removed |Added Keywords||pull --- Comment #11 from Maxim Fomin 2