[Issue 16603] New: [Lexical] comment definition is incorrrect

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16603 Issue ID: 16603 Summary: [Lexical] comment definition is incorrrect Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 16570] [REG 2.072.0-b1] Enum member with interpreted initializer has type of initializer not enum

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16570 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/620ecc2fa91dd88310a9205666fc0c826a778303 fix Issue 16570 - Enum member with interpreted...

[Issue 16602] Implicit string concatenation and precedence of ~

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16602 Andrej Mitrovic changed: What|Removed |Added Severity|normal |enhancement

[Issue 16602] Implicit string concatenation and precedence of ~

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16602 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #16 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3b34132a9dd6fd3ac6bd32c572dc6a9c2a75b8f8 fix Issue 16536 - OSX mangling mismatch in dmd's C++/D ABI

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11881] -betterC switch suffers from bit rot

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11881 --- Comment #17 from Adam D. Ruppe --- > We should likely just disable EH w/ -betterC. Walter recently committed something to the compiler which keeps it from outputting that if you don't actually use it... I *think* the

[Issue 11881] -betterC switch suffers from bit rot

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11881 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 16547] -betterC switch no longer removes druntime symbols

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16547 Martin Nowak changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 11881] -betterC switch suffers from bit rot

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11881 Martin Nowak changed: What|Removed |Added CC||d...@nomad.so --- Comment #15

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #15 from

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #14 from Martin Nowak --- (In reply to Martin Nowak from comment #13) > Let's please answer the question of comment 1, which typedef is active. > Looks like you have a __UINT64_TYPE__ long long unsigned int now. Indeed the

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #13 from Martin Nowak --- Let's please answer the question of comment 1, which typedef is active. Looks like you have a __UINT64_TYPE__ long long unsigned int now. --

[Issue 16547] -betterC switch no longer removes druntime symbols

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16547 --- Comment #6 from Martin Nowak --- (In reply to Jacob Carlborg from comment #5) > > Not sure if we did disable EH for -betterC. Would make sense, right? > > I guess. Unless we can limit it to something like Errors which cannot be >

[Issue 16602] New: Implicit string concatenation and precedence of ~

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16602 Issue ID: 16602 Summary: Implicit string concatenation and precedence of ~ Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 16547] -betterC switch no longer removes druntime symbols

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16547 --- Comment #5 from Jacob Carlborg --- (In reply to Martin Nowak from comment #4) > Apparently happens b/c of __dmd_personality_v0 being emitted with -betterC. > A simple workaround is to add a dummy personality symbol to your binary, >

[Issue 16601] New: No way to configure number of worker threads for default taskPool

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16601 Issue ID: 16601 Summary: No way to configure number of worker threads for default taskPool Product: D Version: D2 Hardware: All OS: Linux Status: NEW

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #12 from Jacob Carlborg --- I have the same error with Clang 7.0.2 as well. I also have the same output. --

[Issue 16547] -betterC switch no longer removes druntime symbols

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16547 --- Comment #4 from Martin Nowak --- Apparently happens b/c of __dmd_personality_v0 being emitted with -betterC. A simple workaround is to add a dummy personality symbol to your binary, e.g. in the same object file as main. extern(C)

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #9 from Martin Nowak --- Looks like the difference between Xcode 7.3.x and older versions (tried 5.1.1) is the lack of __UINTMAX_TYPE__. Strangely David reports __UINTMAX_TYPE__ to be "long unsigned int" (compatible w/

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #11 from Steven Schveighoffer --- (In reply to David Nadlinger from comment #10) > Just for the sake of completeness, I still get the same in both C and C++ > mode > I get the same. --

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 --- Comment #10 from David Nadlinger --- (In reply to Martin Nowak from comment #9) > Looks like the difference between Xcode 7.3.x and older versions (tried > 5.1.1) is the lack of __UINTMAX_TYPE__. > Strangely David reports

[Issue 16594] module destructors called again if an exception got thrown earlier

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16594 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/20f84a3fd96859da98291f34107065b876a4ce6c fix Issue 16594 - static dtors called twice w/

[Issue 16594] module destructors called again if an exception got thrown earlier

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16594 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16574] [REG 2.072.0-b1] Unexplained errors about functions that overridde anything

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16574 --- Comment #6 from b2.t...@gmx.com --- More information: Today I've reinstalled dmd 2.071.2 and bad news: the short example posted yesterday neither compiles with 2.071.2, unless the alias declaration is put in class Bar, which leads to think that

[Issue 15939] GC.collect causes deadlock in multi-threaded environment

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15939 --- Comment #27 from Martin Nowak --- (In reply to Илья Ярошенко from comment #26) > Probably related issue > http://forum.dlang.org/post/igqwbqawrtxnigplg...@forum.dlang.org No, looks like an unrelated crash in a finalizer. --

[Issue 7392] ICE(symbol.c) on invalid nested case statement

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7392 Martin Krejcirik changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 Martin Krejcirik changed: What|Removed |Added CC||timon.g...@gmx.ch ---

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-10-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/cdeca315729264ddbdd72ad9a83ea4fc5762e0dd fix Issue 16523 - case variables should be const/immutable -