D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 19911 - ICE: Segmentation fault with struct object and variadic function
Summary: ICE: Segmentation fault with struct object and variadic function
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:
Depends on:
Blocks:
 
Reported: 2019-05-28 19:23 UTC by Iain Buclaw
Modified: 2019-06-09 14:06 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 19:23:36 UTC
struct object {}
void f (...) {}
Comment 1 Iain Buclaw 2019-05-30 17:11:51 UTC
Reduced test (no druntime dependency)

module object;
void f(...){}
Comment 2 Dlang Bot 2019-06-01 15:59:48 UTC
dlang/dmd pull request #9939 "fix Issue 19911 - ICE: Segmentation fault with struct object and variadic function" was merged into stable:

- 31ef08ba08e2536bc14f24dd87cfaef0b5850652 by Iain Buclaw:
  fix Issue 19911 - ICE: Segmentation fault with struct object and variadic function

https://github.com/dlang/dmd/pull/9939
Comment 3 Dlang Bot 2019-06-09 14:06:44 UTC
dlang/dmd pull request #10003 "[dmd-cxx] fix Issue 19911 - ICE: Segmentation fault with struct object and variadic function" was merged into dmd-cxx:

- f5b2632e4b4b0ba628fc2fd2021e18793c8fa0e3 by Iain Buclaw:
  fix Issue 19911 - ICE: Segmentation fault with struct object and variadic function

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