[Issue 17074] extern(C++, keyword) crashes compiler
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jan 11 03:02:42 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17074
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/e4516073a3e0d5d92499fc6e1a5b184eb4e87f31
Fix Issue 17074: extern(C++, keyword) crashes compiler
This change unsets 'idents' if an error occurred parsing the C++
namespace, so that the later check for 'assert(idents.dim)' never fires.
https://issues.dlang.org/show_bug.cgi?id=17074
https://github.com/dlang/dmd/commit/b35ec9c94a14d226dcbb5758eedd8e7d2cc4cb53
Merge pull request #6415 from ibuclaw/issue17074
Fix Issue 17074: extern(C++, keyword) crashes compiler
--
More information about the Digitalmars-d-bugs
mailing list