D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 19914 - ICE: Segmentation fault with mixin and templated class
Summary: ICE: Segmentation fault with mixin and templated class
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P1 critical
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2019-05-28 20:14 UTC by Iain Buclaw
Modified: 2019-06-09 05:38 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Iain Buclaw 2019-05-28 20:14:16 UTC
class a (b) { align.c d; }
mixin a!(string);
Comment 1 Dlang Bot 2019-06-01 13:24:31 UTC
@ibuclaw created dlang/dmd pull request #9938 "fix Issue 19914/19915 - ICE: Segmentation fault using align in a templated class" fixing this issue:

- fix Issue 19914 - ICE: Segmentation fault with mixin and templated class

https://github.com/dlang/dmd/pull/9938
Comment 2 Dlang Bot 2019-06-01 14:27:22 UTC
dlang/dmd pull request #9938 "fix Issue 19914/19915 - ICE: Segmentation fault using align in a templated class" was merged into stable:

- 752441e9fde1bfec92b3cd3cc93269573d19b362 by Iain Buclaw:
  fix Issue 19914 - ICE: Segmentation fault with mixin and templated class

https://github.com/dlang/dmd/pull/9938
Comment 3 Dlang Bot 2019-06-09 05:38:36 UTC
dlang/dmd pull request #10001 "[dmd-cxx]  fix Issue 19914 - ICE: Segmentation fault with mixin and templated class " was merged into dmd-cxx:

- d8646a90b55cd9a11415ba3e21a5dd3da4ca77a2 by Iain Buclaw:
  fix Issue 19914 - ICE: Segmentation fault with mixin and templated class

https://github.com/dlang/dmd/pull/10001