[Bug c++/18203] Compiler suggests submitting a bug report after exiting while printing error message

2004-10-28 Thread ron at vaniwaarden dot org
--- Additional Comments From ron at vaniwaarden dot org 2004-10-28 16:54 --- (In reply to comment #0) Problem does not occur with g++ 3.2.2 or 3.4.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18203

[Bug c++/18203] New: Compiler suggests submitting a bug report after exiting while printing error message

2004-10-28 Thread ron at vaniwaarden dot org
after exiting while printing error message Product: gcc Version: 3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ron at vaniw

[Bug c++/18201] New: Compiler suggests submitting a bug report after exiting while printing error message

2004-10-28 Thread ron at vaniwaarden dot org
after exiting while printing error message Product: gcc Version: 3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ron at vaniw

[Bug c++/18080] STL deque push_front, pop_front, push_back, and pop_back not O(1)

2004-10-20 Thread ron at vaniwaarden dot org
--- Additional Comments From ron at vaniwaarden dot org 2004-10-20 16:45 --- (In reply to comment #1) > Could you please have a look to libstdc++/13537? IMO, wither we should reopen > that one or close both ;) Thanks. Quoting from Sean Kirby in that discussion: >> 23.

[Bug c++/18080] New: STL deque push_front, pop_front, push_back, and pop_back not O(1)

2004-10-20 Thread ron at vaniwaarden dot org
I had to implement a new deque myself (had to have special behaviour for modifications) and could not come up with a way to do the summarized operations in O(1). I then looked at the deque in g++ and saw it had, basically, the same algorithm I had come up with. I don't know if there is an impleme