forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re PR libstdc++/55413 ([LTO] hashtable.h:1648 '__bbegin_bkt' may be u…
…sed uninitialized in this function [-Werror=maybe-uninitialized]) 2012-11-20 Paolo Carlini <[email protected]> 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. From-SVN: r193663
- Loading branch information
Paolo Carlini
authored and
Paolo Carlini
committed
Nov 20, 2012
1 parent
3263c9a
commit 25caa91
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2012-11-20 Paolo Carlini <[email protected]> | ||
|
||
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. | ||
|
||
2012-11-20 Matthias Klose <[email protected]> | ||
|
||
* doc/doxygen/user.cfg.in (ALIASES). Escape sharp braces. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters