Daily bump.
This commit is contained in:
parent
219f864957
commit
1e2c5f4c2d
6 changed files with 89 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2022-07-27 David Faust <david.faust@oracle.com>
|
||||
|
||||
* MAINTAINERS: Add myself as reviewer for CTF and BTF.
|
||||
|
||||
2022-07-27 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* MAINTAINERS (Roger Sayle): Update e-mail address.
|
||||
|
||||
2022-07-21 Sam Feifer <sfeifer@redhat.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
|
|
@ -1,3 +1,45 @@
|
|||
2022-07-27 Andrew Carlotti <andrew.carlotti@arm.com>
|
||||
|
||||
* doc/loop.texi: Refer to LOOPS_HAVE_RECORDED_EXITS instead.
|
||||
|
||||
2022-07-27 WANG Xuerui <i@xen0n.name>
|
||||
|
||||
* doc/invoke.texi: Document -m[no-]explicit-relocs for
|
||||
LoongArch.
|
||||
|
||||
2022-07-27 Maciej W. Rozycki <macro@embecosm.com>
|
||||
|
||||
* config/riscv/riscv.md (stack_protect_set_<mode>): Remove
|
||||
duplicate backslashes.
|
||||
|
||||
2022-07-27 Maciej W. Rozycki <macro@embecosm.com>
|
||||
|
||||
* config/riscv/riscv.cc (riscv_rtx_costs) <IF_THEN_ELSE>: New
|
||||
case.
|
||||
|
||||
2022-07-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/106261
|
||||
* cgraphunit.cc (cgraph_node::assemble_thunks_and_aliases): Don't
|
||||
output asm thunks for -dx.
|
||||
|
||||
2022-07-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/106332
|
||||
* opts-common.cc (candidates_list_and_hint): Add gcc_assert
|
||||
that candidates is not an empty vector.
|
||||
|
||||
2022-07-27 Xi Ruoyao <xry111@xry111.site>
|
||||
|
||||
* configure.ac (HAVE_AS_EXPLICIT_RELOCS): Define to 1 if the
|
||||
assembler supports explicit relocation for LoongArch.
|
||||
* configure: Regenerate.
|
||||
* config/loongarch/loongarch-opts.h (HAVE_AS_EXPLICIT_RELOCS):
|
||||
Define to 0 if not defined.
|
||||
* config/loongarch/genopts/loongarch.opt.in
|
||||
(TARGET_EXPLICIT_RELOCS): Default to HAVE_AS_EXPLICIT_RELOCS.
|
||||
* config/loongarch/loongarch.opt: Regenerate.
|
||||
|
||||
2022-07-26 Peter Bergner <bergner@linux.ibm.com>
|
||||
|
||||
PR c/106016
|
||||
|
|
|
@ -1 +1 @@
|
|||
20220727
|
||||
20220728
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2022-07-27 Immad Mir <mirimmad@outlook.com>
|
||||
|
||||
PR analyzer/106286
|
||||
* sm-fd.cc:
|
||||
(fd_diagnostic::get_meaning_for_state_change): New.
|
||||
|
||||
2022-07-26 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/106319
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2022-07-27 Lewis Hyatt <lhyatt@gmail.com>
|
||||
|
||||
* c-ppoutput.cc (token_streamer::stream): Update input_location
|
||||
prior to streaming each token.
|
||||
|
||||
2022-07-23 Immad Mir <mirimmad@outlook.com>
|
||||
|
||||
* c-attribs.cc: (c_common_attribute_table): add three new attributes
|
||||
|
|
|
@ -1,3 +1,30 @@
|
|||
2022-07-27 Lewis Hyatt <lhyatt@gmail.com>
|
||||
|
||||
* c-c++-common/pragma-diag-14.c: New test.
|
||||
* c-c++-common/pragma-diag-15.c: New test.
|
||||
|
||||
2022-07-27 Immad Mir <mirimmad@outlook.com>
|
||||
|
||||
PR analyzer/106286
|
||||
* gcc.dg/analyzer/fd-meaning.c: New test.
|
||||
|
||||
2022-07-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/106261
|
||||
* g++.dg/debug/pr106261.C: New test.
|
||||
|
||||
2022-07-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/94920
|
||||
* g++.dg/pr94920.C: Add -Wno-psabi to dg-options.
|
||||
* g++.dg/pr94920-1.C: Add dg-additional-options -Wno-psabi.
|
||||
|
||||
2022-07-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/106397
|
||||
* gcc.dg/pr106397.c: For ia32, add dg-additional-options
|
||||
-march=i686 -msse.
|
||||
|
||||
2022-07-26 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/106319
|
||||
|
|
Loading…
Add table
Reference in a new issue