--- 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
---
--- 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=gcc&view=rev&rev=127590
Log:
PR testsuite/31884
* testsuite/ext/pb_ds/example/pr
--- 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].
Doe