This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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, definitely.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21939


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]