digitalmars.D.bugs - [Issue 4132] New: Bug? Pointer advancing is possible.
- d-bugmail puremagic.com (30/30) Apr 28 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4132
- d-bugmail puremagic.com (11/11) Jun 11 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4132
- d-bugmail puremagic.com (12/12) Jun 26 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4132
http://d.puremagic.com/issues/show_bug.cgi?id=4132 Summary: Bug? Pointer advancing is possible. Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: rayerd.wiz gmail.com PDT --- void main() safe { int a; int* p = &a; p++; } This code is able to compile. * References [http://www.digitalmars.com/d/2.0/function.html] - Safe Functions Safe functions are marked with the safe attribute. The following operations are not allowed in safe functions: - No casting from a pointer type to any type other than void*. - No casting from any non-pointer type to a pointer type. - No modification of pointer values. <-------------------------------- here! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 28 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4132 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |yebblies gmail.com https://github.com/D-Programming-Language/dmd/pull/109 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 11 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4132 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED 16:27:15 PDT --- https://github.com/D-Programming-Language/dmd/commit/952795ec69ad7d704c0848bb160521a435749c42 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 26 2011