D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21937 - importC: Support parsing __attribute specifiers
Summary: importC: Support parsing __attribute specifiers
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P1 major
Assignee: No Owner
URL:
Keywords: ImportC, pull, rejects-valid
Depends on:
Blocks:
 
Reported: 2021-05-20 18:09 UTC by Iain Buclaw
Modified: 2021-05-27 10:27 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 2021-05-20 18:09:21 UTC
The aim is just to initially ignore attributes, meaning can be given to them later.
---
int fun() __attribute((pure));
Comment 1 Dlang Bot 2021-05-23 22:55:09 UTC
@ibuclaw created dlang/dmd pull request #12569 "fix Issue 21937 - importC: Support parsing __attribute__ specifiers" fixing this issue:

- fix Issue 21937 - importC: Support parsing __attribute__ specifiers

https://github.com/dlang/dmd/pull/12569
Comment 2 Dlang Bot 2021-05-27 10:27:54 UTC
dlang/dmd pull request #12569 "fix Issue 21937 - importC: Support parsing __attribute__ specifiers" was merged into master:

- 2afea966d77327e393e873c1260de01ed6e553ba by Iain Buclaw:
  fix Issue 21937 - importC: Support parsing __attribute__ specifiers

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