[Issue 11785] Order of method/function declarations has an effect on compilation result.

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11785 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-20 23:56:50 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11785] Order of method/function declarations has an effect on compilation result.

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11785 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11776] [ICE] Assertion failure: 'tf-next == NULL' on line 119 in file 'mangle.c'

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11776 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 11776] [ICE] Assertion failure: 'tf-next == NULL' on line 119 in file 'mangle.c'

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11776 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11788] New: [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11788 Summary: [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0 Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity:

[Issue 11788] [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11788 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC|

[Issue 11755] Operator = and != with arrays make internal error in e2ir

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11755 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack to extern(C++) function

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #7 from Iain Buclaw ibuc...@ubuntu.com 2013-12-21 08:11:07 PST --- (In reply to comment #5) extern(C++) functions must do what the corresponding c++ compiler does. The definition of POD: A PODS type in C++ is defined as either

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack to extern(C++) function

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #8 from Iain Buclaw ibuc...@ubuntu.com 2013-12-21 08:17:26 PST --- (In reply to comment #7) (In reply to comment #5) extern(C++) functions must do what the corresponding c++ compiler does. The definition of POD: Also in

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack to extern(C++) function

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #9 from yebblies yebbl...@gmail.com 2013-12-22 03:23:12 EST --- (In reply to comment #7) (In reply to comment #5) extern(C++) functions must do what the corresponding c++ compiler does. The definition of POD: A PODS type

[Issue 11788] [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11788 --- Comment #2 from Bruno Deligny bruno.deli...@gmail.com 2013-12-21 09:19:48 PST --- I know but it's already reported on valgrind bugtracker since a while: https://bugs.kde.org/show_bug.cgi?id=272971

[Issue 11789] No setAttributes to complement getAttributes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11789 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Severity|normal |enhancement

[Issue 11789] New: No setAttributes to complement getAttributes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11789 Summary: No setAttributes to complement getAttributes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11788] [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11788 --- Comment #3 from Maxim Fomin ma...@maxim-fomin.ru 2013-12-21 10:49:34 PST --- I see. But AFAIK Walter is reluctant to change it. This is enhancement request at best. -- Configure issuemail:

[Issue 11790] New: ICE(interpret.c): passing creation of array with type string as size to CTFE

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11790 Summary: ICE(interpret.c): passing creation of array with type string as size to CTFE Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11791] New: std.file.write failed to write huge files

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11791 Summary: std.file.write failed to write huge files Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 11768] inconsistent behavior of type qualifier inout + const

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11768 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-21 12:56:11 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6930] combined type of immutable(T) and inout(T) should be inout(const(T))

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6930 --- Comment #20 from github-bugzi...@puremagic.com 2013-12-21 12:56:19 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11789] No setAttributes to complement getAttributes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11789 --- Comment #1 from github-bugzi...@puremagic.com 2013-12-21 13:00:24 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11789] No setAttributes to complement getAttributes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11789 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-21 13:18:18 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11783] Make std.datetime unittesting faster

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11783 --- Comment #2 from Andrei Alexandrescu and...@erdani.com 2013-12-21 13:42:52 PST --- (In reply to comment #1) We can get infinityx speedup by simply deleting _all_ the tests in std.datetime! I get the sarcasm but it's misapplied. There's

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #49 from github-bugzi...@puremagic.com 2013-12-21 13:52:12 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11792] New: Investigate migrating to a meta repo

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11792 Summary: Investigate migrating to a meta repo Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #50 from github-bugzi...@puremagic.com 2013-12-21 14:36:51 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/phobos

[Issue 11750] ICE with debug info and empty #line Filespec

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11750 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 11793] New: Out of memory with trivial program: class with own class member instance

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11793 Summary: Out of memory with trivial program: class with own class member instance Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11794] New: Compilation fails with a certain selective import

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11794 Summary: Compilation fails with a certain selective import Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 11794] Compilation fails with a certain selective import

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11794 --- Comment #1 from n...@wabbo.org 2013-12-21 15:55:30 PST --- I apologize, the code I pasted is somewhat confusing. There should be a blank line after the imports and before the main() declaration, so that the error message is referring to

[Issue 11795] New: DMD allows nested new operator syntax together with anonymous classes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11795 Summary: DMD allows nested new operator syntax together with anonymous classes Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11796] New: interface multiple inheritance not call methods

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11796 Summary: interface multiple inheritance not call methods Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11792] Investigate migrating to a meta repo

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11792 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 3543] [tdpl] ternary operator can't find common type for classes/interfaces

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3543 --- Comment #13 from hst...@quickfur.ath.cx 2013-12-21 19:21:28 PST --- Related: issue #5498. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5498] wrong common type deduction for array of classes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5498 --- Comment #5 from hst...@quickfur.ath.cx 2013-12-21 19:22:06 PST --- Related: issue #3543. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6930] combined type of immutable(T) and inout(T) should be inout(const(T))

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6930 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11788] [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11788 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com

[Issue 11790] ICE(interpret.c): passing creation of array with type string as size to CTFE

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11790 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 11755] Operator = and != with arrays make internal error in e2ir

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11755 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-21 21:26:47 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11783] Make std.datetime unittesting faster

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11783 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 11755] Operator = and != with arrays make internal error in e2ir

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11755 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11790] ICE(interpret.c): passing creation of array with type string as size to CTFE

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11790 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11790] ICE(interpret.c): passing creation of array with type string as size to CTFE

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11790 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-21 22:04:59 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11797] New: Should match abi for c++ mangling of size_t

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11797 Summary: Should match abi for c++ mangling of size_t Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 11797] Should match abi for c++ mangling of size_t

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11797 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 9734] setIntersection accepts only 2 ranges, but documentation says otherwise

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9734 Jakob Ovrum jakobov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11789] No setAttributes to complement getAttributes

2013-12-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11789 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-21 23:53:29 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos