[Bug 126] New: Add support for attribute to mark data as volatile.
via D.gnu
d.gnu at puremagic.com
Thu May 22 17:37:19 PDT 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=126
Bug ID: 126
Summary: Add support for attribute to mark data as volatile.
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gdc
Assignee: ibuclaw at gdcproject.org
Reporter: ibuclaw at gdcproject.org
Currently shared maps to volatile in GDC's implementation.
This has been registered as a bug and will be fixed sometime in the future.
However, certain targets (eg: ARM Bare Metal) relies on D having 'volatile' as
a keyword, or the ability to mark data as volatile.
As we aren't going to re-add volatile into D, what we can do is add a new GDC
attribute which maps to volatile. Eg: @volatile.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140523/5b56ac5c/attachment.html>
More information about the D.gnu
mailing list