[Bug testsuite/31884] priority_queue_dijkstra.cc operates on deallocated memory

2007-08-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-20 00:56 --- This test now works for me on i386-apple-darwin, it was failing before this patch. Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/31884] priority_queue_dijkstra.cc operates on deallocated memory

2007-08-17 Thread drow at gcc dot gnu dot org
--- Comment #2 from drow at gcc dot gnu dot org 2007-08-17 17:24 --- Subject: Bug 31884 Author: drow Date: Fri Aug 17 17:24:22 2007 New Revision: 127590 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127590 Log: PR testsuite/31884 *

[Bug testsuite/31884] priority_queue_dijkstra.cc operates on deallocated memory

2007-05-10 Thread amylaar at gcc dot gnu dot org
--- Comment #1 from amylaar at gcc dot gnu dot org 2007-05-10 15:02 --- I find that the failure goes away when I assign a_it[0] to the iterator for the current node before p.pop, and make the loop skip an iteration when it finds that the iterator for the current neighbor is a_it[0].