Thread overview
[Issue 15760] Segfault when compiling when using __gshared and selective import.
Mar 04, 2016
Christian D
Mar 05, 2016
ag0aep6g@gmail.com
Mar 24, 2016
Kenji Hara
Mar 24, 2016
Kenji Hara
March 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15760

--- Comment #1 from Christian D <asistentedeprincipios2@gmail.com> ---
*bar instead of boo

--
March 05, 2016
https://issues.dlang.org/show_bug.cgi?id=15760

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g@gmail.com

--
March 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15760

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
The compiler segfault is fortunately fixed by the PR for issue 15519.

https://github.com/D-Programming-Language/dmd/pull/5333

I'll add a test case to avoid future regression.

--
March 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15760

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Kenji Hara from comment #2)
> I'll add a test case to avoid future regression.

https://github.com/D-Programming-Language/dmd/pull/5573

--
March 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15760

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ec22537b5e745a286944342f2177237bd27dbb12
fix Issue 15760 - Segfault when compiling when using __gshared and selective
import

https://github.com/D-Programming-Language/dmd/commit/96aebe4cce9da42c137890aba692aecf08968b33 Merge pull request #5573 from 9rnsr/fix15760

Issue 15760 - Segfault when compiling when using __gshared and selective import

--