Daily bump.
This commit is contained in:
parent
528ed79401
commit
444d04fbc4
@ -1 +1 @@
|
||||
20210629
|
||||
20210630
|
||||
|
@ -1,3 +1,12 @@
|
||||
2021-06-29 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2021-06-26 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/100752
|
||||
* parser.c (cp_parser_declarator): Pass flags down to
|
||||
cp_parser_declarator. Also pass static_p/member_p.
|
||||
|
||||
2021-06-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1,3 +1,13 @@
|
||||
2021-06-29 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2021-06-26 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/100752
|
||||
* g++.dg/cpp0x/noexcept69.C: New test.
|
||||
* g++.dg/parse/saved1.C: Adjust dg-error.
|
||||
* g++.dg/template/crash50.C: Likewise.
|
||||
|
||||
2021-06-25 Richard Biener <rguenther@suse.de>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1,3 +1,29 @@
|
||||
2021-06-29 Kewen Lin <linkw@linux.ibm.com>
|
||||
|
||||
Backported from master:
|
||||
2021-06-23 Kewen Lin <linkw@linux.ibm.com>
|
||||
|
||||
PR target/101235
|
||||
* configure: Regenerate.
|
||||
* configure.ac (test for libgcc_cv_powerpc_3_1_float128_hw): Fix
|
||||
typos among the name, CFLAGS and the test.
|
||||
* config/rs6000/t-float128-hw (fp128_3_1_hw_funcs, fp128_3_1_hw_src,
|
||||
fp128_3_1_hw_static_obj, fp128_3_1_hw_shared_obj, fp128_3_1_hw_obj):
|
||||
Remove.
|
||||
* config/rs6000/t-float128-p10-hw (FLOAT128_HW_INSNS): Append
|
||||
macro FLOAT128_HW_INSNS_ISA3_1.
|
||||
(FP128_3_1_CFLAGS_HW): Fix option typo.
|
||||
* config/rs6000/float128-ifunc.c (SW_OR_HW_ISA3_1): Guard this with
|
||||
FLOAT128_HW_INSNS_ISA3_1.
|
||||
(__floattikf_resolve): Likewise.
|
||||
(__floatuntikf_resolve): Likewise.
|
||||
(__fixkfti_resolve): Likewise.
|
||||
(__fixunskfti_resolve): Likewise.
|
||||
(__floattikf): Likewise.
|
||||
(__floatuntikf): Likewise.
|
||||
(__fixkfti): Likewise.
|
||||
(__fixunskfti): Likewise.
|
||||
|
||||
2021-06-21 Carl Love <cel@us.ibm.com>
|
||||
|
||||
* config.host: Add if test and set for
|
||||
|
Loading…
Reference in New Issue
Block a user