http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55413
--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-11-20 14:54:48 UTC --- Author: paolo Date: Tue Nov 20 14:54:36 2012 New Revision: 193664 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193664 Log: 2012-11-20 Paolo Carlini <paolo.carl...@oracle.com> PR libstdc++/55413 * include/bits/hashtable.h (_Hashtable<>::_M_rehash_aux): Initialize __bbegin_bkt and __prev_bkt to avoid uninitialized warnings. * testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust dg-error line number. Modified: branches/gcc-4_7-branch/libstdc++-v3/ChangeLog branches/gcc-4_7-branch/libstdc++-v3/include/bits/hashtable.h branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc