Skip to content

Commit 44e0de7

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 7ae6e4e commit 44e0de7

File tree

4 files changed

+54
-1
lines changed

4 files changed

+54
-1
lines changed

gcc/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2021-11-25 Jan Hubicka <[email protected]>
2+
3+
Backported from master:
4+
2021-11-20 Jan Hubicka <[email protected]>
5+
6+
PR ipa/103052
7+
* ipa-pure-const.c (propagate_pure_const): Fix merging of loping flag.
8+
19
2021-11-24 Maciej W. Rozycki <[email protected]>
210

311
Backported from master:

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20211125
1+
20211126

gcc/testsuite/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2021-11-25 Jan Hubicka <[email protected]>
2+
3+
Backported from master:
4+
2021-11-20 Jan Hubicka <[email protected]>
5+
6+
PR ipa/103052
7+
* gcc.c-torture/execute/pr103052.c: New test.
8+
19
2021-11-24 Harald Anlauf <[email protected]>
210

311
Backported from master:

libstdc++-v3/ChangeLog

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
2021-11-24 François Dumont <[email protected]>
239

340
Backported from master:

0 commit comments

Comments
 (0)