Daily bump.

This commit is contained in:
GCC Administrator 2021-08-24 00:18:52 +00:00
parent f918470940
commit c62cf32d05
4 changed files with 50 additions and 1 deletions

View File

@ -1,3 +1,35 @@
2021-08-23 Christophe Lyon <christophe.lyon@foss.st.com>
Backported from master:
2021-08-23 Christophe Lyon <christophe.lyon@foss.st.com>
* config/arm/arm_mve.h: Fix __arm_vctp16q return type.
2021-08-23 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2021-08-23 Jakub Jelinek <jakub@redhat.com>
PR debug/101905
* dwarf2out.c (gen_variable_die): Add DW_AT_location for global
register variables already during early_dwarf if possible.
2021-08-23 Martin Liska <mliska@suse.cz>
Backported from master:
2021-08-20 Martin Liska <mliska@suse.cz>
PR gcov-profile/89961
* gcov.c (make_gcov_file_name): Rewrite using std::string.
(mangle_name): Simplify, do not used the second argument.
(strip_extention): New function.
(get_md5sum): Likewise.
(get_gcov_intermediate_filename): Handle properly -p and -x
options.
(output_gcov_file): Use string type.
(generate_results): Likewise.
(md5sum_to_hex): Remove.
2021-08-18 Richard Earnshaw <rearnsha@arm.com>
Backported from master:

View File

@ -1 +1 @@
20210823
20210824

View File

@ -1,3 +1,11 @@
2021-08-23 Jakub Jelinek <jakub@redhat.com>
Backported from master:
2021-08-23 Jakub Jelinek <jakub@redhat.com>
PR debug/101905
* gcc.dg/guality/pr101905.c: New test.
2021-08-19 Thomas Schwinge <thomas@codesourcery.com>
Backported from master:

View File

@ -1,3 +1,12 @@
2021-08-23 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2021-08-23 Jonathan Wakely <jwakely@redhat.com>
* include/std/ranges (basic_istream_view): Add default template
argument.
* testsuite/std/ranges/istream_view.cc: Check it.
2021-08-19 Jonathan Wakely <jwakely@redhat.com>
Backported from master: