--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05
09:12 ---
Mark as a dup of bug 21920.
*** This bug has been marked as a duplicate of 21920 ***
--
What|Removed |Added
-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05
09:12 ---
Reopening to ...
--
What|Removed |Added
Status|RESOLVED|UNCO
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-15
20:25 ---
Type1* zone1 = reinterpret_cast(memory_block[0]);
zone1->offset = 20;
Type1* zone2 = reinterpret_cast(memory_block[20]);
zone2->offset = 2 * 20;
Type3* pageToUse = reinterpret_cast(memory_block[2