D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20775 - Missing fail compilation test for passing types that need destruction
Summary: Missing fail compilation test for passing types that need destruction
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P1 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-04-26 22:46 UTC by Iain Buclaw
Modified: 2020-04-27 03:28 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 2020-04-26 22:46:34 UTC

    
Comment 1 Dlang Bot 2020-04-26 22:47:44 UTC
@ibuclaw updated dlang/dmd pull request #11065 "fix Issue 20771, 20772, disallow passing non-trivially copyable types as variadic arguments" fixing this issue:

- fix Issue 20775 - Missing fail compilation test for passing types that need destruction

https://github.com/dlang/dmd/pull/11065
Comment 2 Dlang Bot 2020-04-27 03:28:01 UTC
dlang/dmd pull request #11065 "fix Issue 20771, 20772, 20775 disallow passing non-trivially copyable types as variadic arguments" was merged into master:

- 48001555a8d9a277e50f259fffc87aa85f8ac48e by Iain Buclaw:
  fix Issue 20775 - Missing fail compilation test for passing types that need destruction

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