[Bug middle-end/21939] Corrupted memory with deque of >63 items under gcc-3.4.4

2005-06-06 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-06-06 23:01 --- Maybe (a wild guess) Andrew refers to apparently similar problems that may occur with std::sort, when the comparison doesn't fulfil the strict weak ordering reqs, like libstdc++/18640. Those are user errors, defin

[Bug middle-end/21939] Corrupted memory with deque of >63 items under gcc-3.4.4

2005-06-06 Thread magerman at rentec dot com
--- Additional Comments From magerman at rentec dot com 2005-06-06 22:46 --- (In reply to comment #2) > The last time I saw a bug like this, it was actually a bug in the person's > code. I wish it were true. We've got this code (well, a more complicated version of it) working optimize

[Bug middle-end/21939] Corrupted memory with deque of >63 items under gcc-3.4.4

2005-06-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 21:27 --- The last time I saw a bug like this, it was actually a bug in the person's code. -- What|Removed |Added --