www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 126] New: Add support for attribute to mark data as volatile.

Date: Fri, 23 May 2014 01:37:20 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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 gdcproject.org
          Reporter: ibuclaw 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.
May 22 2014