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

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9353] Memory corruption with mixin-generated code and -cov switch

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9353 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10090] Segfault cannot get frame pointer to function

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10090 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9262] compilation of erroneous source files causes segfault in Package

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9262 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8861] ICE(cgcs.c) 343

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8861 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10981] Contracts in pure class methods are useless

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10981 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 10217] (D1 only) ICE(root.c) with nested struct.init.tupleof in CTFE

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10217 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Version|D1 D2 |D1

[Issue 10082] ICE(e2ir.c) Multiple mixin template instantiations are not checked

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10082 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 5700] Allow dup in nothrow functions

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 9220] module constructor breaks implicit linking with DLL

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9220 --- Comment #5 from Martin Nowak c...@dawg.eu 2013-10-02 04:38:40 PDT --- The problem is that module constructors are used as ordering constraints for initialization. -- Configure issuemail:

[Issue 6019] Phobos imports in autogenerated .di header files break implicit linking with DLLs

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6019 --- Comment #9 from Martin Nowak c...@dawg.eu 2013-10-02 04:42:10 PDT --- *** Issue 9220 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 9220] module constructor breaks implicit linking with DLL

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9220 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10092] Renaming std.range.chunks as std.range.chunked

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

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

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 11153] Regression (2.064 git-head): ICE during a diagnostic for missing return type

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11153 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11153] Regression (2.064 git-head): ICE during a diagnostic for missing return type

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11153 --- Comment #2 from github-bugzi...@puremagic.com 2013-10-02 05:56:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

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

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 --- Comment #10 from kekeni...@yahoo.co.jp 2013-10-02 07:29:35 PDT --- I made a DMD.exe of 2.063.2 by the _tuned_ DMC. (Memory allocation improvement ver.) It does _not_ reproduce the bug ... why? -- Configure issuemail:

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

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 --- Comment #11 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-02 08:03:03 PDT --- (In reply to comment #10) I made a DMD.exe of 2.063.2 by the _tuned_ DMC. (Memory allocation improvement ver.) It does _not_ reproduce the bug ...

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

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 --- Comment #12 from kekeni...@yahoo.co.jp 2013-10-02 08:19:52 PDT --- (In reply to comment #11) (In reply to comment #10) I made a DMD.exe of 2.063.2 by the _tuned_ DMC. (Memory allocation improvement ver.) It does _not_ reproduce

[Issue 4018] __FILE__ and __LINE__ as default template parameters not set to instantiation point per spec

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4018 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

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

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9466 --- Comment #13 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-02 08:27:19 PDT --- (In reply to comment #12) (In reply to comment #11) (In reply to comment #10) I made a DMD.exe of 2.063.2 by the _tuned_ DMC. (Memory allocation

[Issue 11132] Odd diagnostic with C-style struct initializer when union field is present

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11132 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 6019] Phobos imports in autogenerated .di header files break implicit linking with DLLs

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6019 --- Comment #11 from Martin Nowak c...@dawg.eu 2013-10-02 08:51:30 PDT --- (In reply to comment #10) How about this? Using weak undefined symbols to link against the imported ModuleInfo would result in null pointers during runtime. That

[Issue 10357] std.typecons.Nullable!(SysTime).Nullable.__ctor!() error instantiating

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10357 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 10074] segfault in dmd

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10074 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10082] ICE(e2ir.c) Multiple mixin template instantiations are not checked

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10082 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11158] New: __MODULE__ as default template parameter doesn't use the instantiating module

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11158 Summary: __MODULE__ as default template parameter doesn't use the instantiating module Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 6186] Struct destructor is not called on out parameter

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

[Issue 11152] formatChar doesn't handle `\0`

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11152 --- Comment #1 from github-bugzi...@puremagic.com 2013-10-02 13:39:55 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7436] ICE(cg87.c) ubyte = ubyte op= float

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

[Issue 11152] formatChar doesn't handle `\0`

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11152 David Nadlinger c...@klickverbot.at changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7474] ICE(cgcs.c) on instantiating a struct with field and destructor as tuple

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

[Issue 11159] [CTFE] Integer exponentiation give incorrect values

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11159 --- Comment #1 from safety0ff.b...@gmail.com 2013-10-02 16:32:46 PDT --- Created an attachment (id=1255) Proposed fix -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 11159] New: [CTFE] Integer exponentiation give incorrect values

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11159 Summary: [CTFE] Integer exponentiation give incorrect values Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: CTFE, patch Severity:

[Issue 11160] Bitfield compilation error with degenerate bitfields of length 32 64

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11160 --- Comment #1 from safety0ff.b...@gmail.com 2013-10-02 16:44:12 PDT --- Created an attachment (id=1256) Proposed fix Note: I could not use integer exponentiation with overflow due to #11159, so I used ~0 with shifts. -- Configure

[Issue 11160] New: Bitfield compilation error with degenerate bitfields of length 32 64

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11160 Summary: Bitfield compilation error with degenerate bitfields of length 32 64 Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10687] Refused cast from uint[] to array of uint-based enums at compile-time

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10687 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 10687] Refused cast from uint[] to array of uint-based enums at compile-time

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10687 --- Comment #9 from github-bugzi...@puremagic.com 2013-10-02 17:06:58 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11158] __MODULE__ as default template parameter doesn't use the instantiating module

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11158 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4018] __FILE__ and __LINE__ as default template parameters not set to instantiation point per spec

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4018 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-02 19:07:11 PDT --- *** Issue 11158 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 11160] Bitfield compilation error with degenerate bitfields of length 32 64

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

[Issue 11160] Bitfield compilation error with degenerate bitfields of length 32 64

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11160 --- Comment #3 from safety0ff.b...@gmail.com 2013-10-02 20:00:53 PDT --- (In reply to comment #2) Dupe of Issue 8474? This issue is a dupe of 8474, but the code in 8474 includes all kinds of enhancements squashed into a non-atomic commit.

[Issue 11160] Bitfield compilation error with degenerate bitfields of length 32 64

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11160 --- Comment #4 from safety0ff.b...@gmail.com 2013-10-02 20:29:48 PDT --- (In reply to comment #3) The author never created a pull request despite referring to one in the 4 issues mentioned below. Actually found the pull requests using google

[Issue 8360] Destruction of uninitialized temporary struct with assert

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8360 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code ---

[Issue 8361] [ICE] (eh.c line 316) with struct with dtor in assert

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8361 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull --- Comment

[Issue 7524] #line __LINE__ doesn't parse on D2.020 and later

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

[Issue 11159] [CTFE] Integer exponentiation give incorrect values

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11159 --- Comment #2 from safety0ff.b...@gmail.com 2013-10-02 22:18:12 PDT --- Patch fixes issue 7548, one issue should be marked duplicate of the other. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are