|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.bugs - [Issue 2071] New: spec doesn't mention pointer arithmetic with two pointer operands
http://d.puremagic.com/issues/show_bug.cgi?id=2071 Summary: spec doesn't mention pointer arithmetic with two pointer operands Product: D Version: 1.029 Platform: PC OS/Version: Linux Status: NEW Keywords: spec Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: tomas famolsen.dk The spec on AddExpression only mentions the cases where one of the operand is a pointer. Not if both are pointers. -- May 05 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2071 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla digitalmars.com 2008-05-22 05:03 ------- Fixed dmd 1.030 and 2.014 -- May 22 2008
|