www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3620] New: Address of member of global struct isn't constant

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3620

           Summary: Address of member of global struct isn't constant
           Product: D
           Version: 1.051
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: default_357-line yahoo.de



---
Created an attachment (id=524)
Make address of member of global struct constant

When taking the address of a member of a global struct, as in

struct S { int x; }

S s;

const int* p = &s.x;

The above fails on 1.051 with "Error: non-constant expression &s.x"

The attached patch fixes this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 16 2009
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3620




---
Nevermind, seems it breaks Tango .. somehow.

http://www.dsource.org/projects/ldc/ticket/384

Color me confused.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 23 2009
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3620


Don <clugdbug yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |
                 CC|                            |clugdbug yahoo.com.au



Removing 'patch' keyword since the patch is known to be incorrect.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 13 2010