|
| 1 | +2021-11-25 Jonathan Wakely < [email protected]> |
| 2 | + |
| 3 | + Backported from master: |
| 4 | + 2021-11-25 Jonathan Wakely < [email protected]> |
| 5 | + |
| 6 | + PR libstdc++/101608 |
| 7 | + * include/bits/ranges_algobase.h (__fill_n_fn): Check for |
| 8 | + constant evaluation before using memset. |
| 9 | + * testsuite/25_algorithms/fill_n/constrained.cc: Check |
| 10 | + byte-sized values as well. |
| 11 | + |
| 12 | +2021-11-25 Jonathan Wakely < [email protected]> |
| 13 | + |
| 14 | + Backported from master: |
| 15 | + 2021-08-18 Jonathan Wakely < [email protected]> |
| 16 | + |
| 17 | + * python/libstdcxx/v6/printers.py (StdBitReferencePrinter): Use |
| 18 | + 'std::vector<bool>::reference' as type name, not _Bit_reference. |
| 19 | + (build_libstdcxx_dictionary): Register printers for vector<bool> |
| 20 | + types in debug mode too. |
| 21 | + * testsuite/libstdc++-prettyprinters/simple.cc: Adjust expected |
| 22 | + output for invalid _Bit_reference. Use vector<bool>::reference |
| 23 | + instead of _Bit_reference. |
| 24 | + * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. |
| 25 | + |
| 26 | +2021-11-25 Jonathan Wakely < [email protected]> |
| 27 | + |
| 28 | + * testsuite/libstdc++-prettyprinters/80276.cc: Add xfail for |
| 29 | + debug mode. |
| 30 | + * testsuite/libstdc++-prettyprinters/libfundts.cc: Likewise. |
| 31 | + |
| 32 | +2021-11-25 Jonathan Wakely < [email protected]> |
| 33 | + |
| 34 | + * testsuite/lib/libstdc++.exp: Rename effective target keywords |
| 35 | + to avoid dashes in the name. |
| 36 | + * testsuite/*: Update effective targe keywords. |
| 37 | + |
1 | 38 | 2021-11-24 François Dumont < [email protected]> |
2 | 39 |
|
3 | 40 | Backported from master: |
|
0 commit comments