[Issue 10254] Purity correctness is broken with constructor

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10254 --- Comment #6 from Kenji Hara 2013-07-13 23:52:46 PDT --- *** Issue 6320 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail bec

[Issue 6320] non-pure constructor can be called using new

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6320 Kenji Hara changed: What|Removed |Added Resolution|WORKSFORME |DUPLICATE --- Comment #2 from Kenji Hara

[Issue 10141] wrong error message with Tuple!(int) : Error: static assert "Cannot put a char[] into a Appender!(string)"

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10141 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #6 from Kenji Hara 201

[Issue 6169] [CTFE] pure functions cannot compute constants using functions not marked as pure

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6169 yebblies changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 10022] Importing packages

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10022 yebblies changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8096] Useless error when gagged error destroys type of nested union

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8096 yebblies changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6320] non-pure constructor can be called using new

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6320 yebblies changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 8253] CTFE ICE: calling of member function of non-CTFE class variable

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

[Issue 7988] [CTFE] CTFE return values should be allowed in compile-time expressions

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

[Issue 8285] Issue with slice returned from CTFE function

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

[Issue 1982] [CTFE] Problems with compile-time null

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

[Issue 6829] Unsigned rotate standard function in Phobos

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6829 --- Comment #33 from hst...@quickfur.ath.cx 2013-07-13 14:27:53 PDT --- Interesting. Running dmd -m32 -O works, produces the rotate instructions. For some reason, I still can't coax gdc to do this. I've tried all combinations of -O, -O2, -O3 an

[Issue 10636] New: Vector calling convention for D?

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10636 Summary: Vector calling convention for D? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: D

[Issue 10629] [ICE](dt.c 106) with void array

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10629 Henning Pohl changed: What|Removed |Added CC||henn...@still-hidden.de --- Comment #1

[Issue 10141] wrong error message with Tuple!(int) : Error: static assert "Cannot put a char[] into a Appender!(string)"

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10141 --- Comment #5 from Andrej Mitrovic 2013-07-13 13:26:19 PDT --- (In reply to comment #4) > This becomes really really bad in big code bases. I've > experienced this multiple times. Yeah me too, lately quite often. -- Configure issuemail: h

[Issue 6829] Unsigned rotate standard function in Phobos

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6829 --- Comment #32 from Walter Bright 2013-07-13 12:54:15 PDT --- (In reply to comment #31) > I don't understand what I'm doing wrong. Is this a platform-specific issue? > I'm > running Linux/x86_64. It works with 32 bit code generation, not wi

[Issue 10141] wrong error message with Tuple!(int) : Error: static assert "Cannot put a char[] into a Appender!(string)"

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10141 Henning Pohl changed: What|Removed |Added CC||henn...@still-hidden.de Sever

[Issue 10635] New: Error: cannot use array to initialize S

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10635 Summary: Error: cannot use array to initialize S Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 10634] New: Win64: wrong codegen with .int of small structs

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10634 Summary: Win64: wrong codegen with .int of small structs Product: D Version: D1 & D2 Platform: x86_64 OS/Version: Windows Status: NEW Keywords: wrong-code Severity

[Issue 6829] Unsigned rotate standard function in Phobos

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6829 --- Comment #31 from hst...@quickfur.ath.cx 2013-07-13 10:25:27 PDT --- I still can't get it to work. I copied Walter's code exactly, compiled with dmd -O (from DMD git HEAD) and here's the disassembly: 00416854 <_D4test4testFiZv>: 41

[Issue 10633] New: Win64: wrong codegen with %=

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10633 Summary: Win64: wrong codegen with %= Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 10632] New: [ICE](glue.c line 1227) With inlining and tuples

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10632 Summary: [ICE](glue.c line 1227) With inlining and tuples Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: no

[Issue 9578] "is a nested function and cannot be accessed from" problem

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9578 --- Comment #4 from github-bugzi...@puremagic.com 2013-07-13 08:57:46 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/05538fe8fc62333b59a06fd0c03c5b9d4

[Issue 10631] New: Module import pull lots of symbols

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10631 Summary: Module import pull lots of symbols Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: link-failure Severity: regression

[Issue 10630] New: Structs with disabled default construction can't be used as `out` parameters

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10630 Summary: Structs with disabled default construction can't be used as `out` parameters Product: D Version: D2 Platform: All OS/Version: All Status: NEW Se

[Issue 10626] ICE with vector operation

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10626 yebblies changed: What|Removed |Added Keywords||pull CC|

[Issue 10629] New: [ICE](dt.c 106) with void array

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10629 Summary: [ICE](dt.c 106) with void array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: normal Prior

[Issue 9725] std.string.format does wasteful UTF decoding

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9725 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9560] Too many error messages from std.array

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9560 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4850] std.conv.to isn't pure

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4850 Kenji Hara changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 10628] [REG2.063] spurious "hidden by" deprecation warning

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10628 Kenji Hara changed: What|Removed |Added Summary|[REG2.063] spurious |[REG2.063] spurious "hidden

[Issue 10577] 2.063 Mixin Regression (works with 2.062)

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10577 Kenji Hara changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 10628] New: [REG2.063] spurious deprecation warning

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10628 Summary: [REG2.063] spurious deprecation warning Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic, wrong-code Severity: regres

[Issue 10612] Regression (2.064 HEAD): ICE on using enum as hash key with mutual module imports

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10612 --- Comment #2 from github-bugzi...@puremagic.com 2013-07-13 04:26:12 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/797832d6d2537f1e75f58550b55bdcc6fdef32

[Issue 10612] Regression (2.064 HEAD): ICE on using enum as hash key with mutual module imports

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10612 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10627] New: Array ops with fixed sized arrays lose their length at function return point

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10627 Summary: Array ops with fixed sized arrays lose their length at function return point Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 10161] std.datetime unittest failure "Libya Standard Time"

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10161 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 f

[Issue 6829] Unsigned rotate standard function in Phobos

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6829 --- Comment #30 from bearophile_h...@eml.cc 2013-07-13 02:37:33 PDT --- (In reply to comment #28) > Ack, the example is bad. This one generates rol/ror: For normal D programmers it's easy to write D "rotation" code that the D compiler doesn't

[Issue 6829] Unsigned rotate standard function in Phobos

2013-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6829 --- Comment #29 from Walter Bright 2013-07-13 00:35:45 PDT --- Fix test case: https://github.com/D-Programming-Language/dmd/pull/2341 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving th

[Issue 6829] Unsigned rotate standard function in Phobos

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