digitalmars.D.bugs - [Issue 3620] New: Address of member of global struct isn't constant
- d-bugmail puremagic.com (24/24) Dec 16 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3620
- d-bugmail puremagic.com (8/8) Dec 23 2009 http://d.puremagic.com/issues/show_bug.cgi?id=3620
- d-bugmail puremagic.com (11/11) Jan 13 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3620
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
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
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









d-bugmail puremagic.com 