Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Nov 26, 2021
1 parent 7ae6e4e commit 44e0de7
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
8 changes: 8 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021-11-25 Jan Hubicka <jh@suse.cz>

Backported from master:
2021-11-20 Jan Hubicka <hubicka@ucw.cz>

PR ipa/103052
* ipa-pure-const.c (propagate_pure_const): Fix merging of loping flag.

2021-11-24 Maciej W. Rozycki <macro@embecosm.com>

Backported from master:
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20211125
20211126
8 changes: 8 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021-11-25 Jan Hubicka <jh@suse.cz>

Backported from master:
2021-11-20 Jan Hubicka <hubicka@ucw.cz>

PR ipa/103052
* gcc.c-torture/execute/pr103052.c: New test.

2021-11-24 Harald Anlauf <anlauf@gmx.de>

Backported from master:
Expand Down
37 changes: 37 additions & 0 deletions libstdc++-v3/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
2021-11-25 Jonathan Wakely <jwakely@redhat.com>

Backported from master:
2021-11-25 Jonathan Wakely <jwakely@redhat.com>

PR libstdc++/101608
* include/bits/ranges_algobase.h (__fill_n_fn): Check for
constant evaluation before using memset.
* testsuite/25_algorithms/fill_n/constrained.cc: Check
byte-sized values as well.

2021-11-25 Jonathan Wakely <jwakely@redhat.com>

Backported from master:
2021-08-18 Jonathan Wakely <jwakely@redhat.com>

* python/libstdcxx/v6/printers.py (StdBitReferencePrinter): Use
'std::vector<bool>::reference' as type name, not _Bit_reference.
(build_libstdcxx_dictionary): Register printers for vector<bool>
types in debug mode too.
* testsuite/libstdc++-prettyprinters/simple.cc: Adjust expected
output for invalid _Bit_reference. Use vector<bool>::reference
instead of _Bit_reference.
* testsuite/libstdc++-prettyprinters/simple11.cc: Likewise.

2021-11-25 Jonathan Wakely <jwakely@redhat.com>

* testsuite/libstdc++-prettyprinters/80276.cc: Add xfail for
debug mode.
* testsuite/libstdc++-prettyprinters/libfundts.cc: Likewise.

2021-11-25 Jonathan Wakely <jwakely@redhat.com>

* testsuite/lib/libstdc++.exp: Rename effective target keywords
to avoid dashes in the name.
* testsuite/*: Update effective targe keywords.

2021-11-24 François Dumont <fdumont@gcc.gnu.org>

Backported from master:
Expand Down

0 comments on commit 44e0de7

Please sign in to comment.