mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 14:24:43 +08:00
Daily bump.
This commit is contained in:
parent
b7848a2068
commit
e3e07b8955
@ -1,3 +1,8 @@
|
||||
2021-10-02 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* filter-clang-warnings.py: Filter out -Wtautological-compare
|
||||
for the file.
|
||||
|
||||
2021-09-20 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
|
||||
|
@ -1,3 +1,14 @@
|
||||
2021-10-02 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
PR tree-optimization/102563
|
||||
* range-op.cc (operator_lshift::op1_range): Do not clobber
|
||||
range.
|
||||
|
||||
2021-10-02 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* toplev.c (toplev::main): save_decoded_options[0] is program
|
||||
name and so it should be skipped.
|
||||
|
||||
2021-10-01 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
PR tree-optimization/102546
|
||||
|
@ -1 +1 @@
|
||||
20211002
|
||||
20211003
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-10-02 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* c-format.c: Remove a test of TARGET_FORMAT_TYPES with
|
||||
NULL, this is not needed.
|
||||
|
||||
2021-10-01 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR c/102103
|
||||
|
@ -1,3 +1,12 @@
|
||||
2021-10-02 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* gcc.dg/tree-ssa/pr102563.c: New test.
|
||||
|
||||
2021-10-02 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
* gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c (DECLARE_ARGS):
|
||||
Use unsigned long long for x86-64.
|
||||
|
||||
2021-10-01 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
PR tree-optimization/102546
|
||||
|
@ -1,3 +1,10 @@
|
||||
2021-10-02 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.fortran/order-reproducible-1.f90: New test
|
||||
based on libgomp.c-c++-common/order-reproducible-1.c.
|
||||
* testsuite/libgomp.fortran/order-reproducible-2.f90: Likewise.
|
||||
* testsuite/libgomp.fortran/my-usleep.c: New test.
|
||||
|
||||
2021-10-01 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.fortran/alloc-10.f90: Fix alignment check.
|
||||
|
@ -1,3 +1,10 @@
|
||||
2021-10-02 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* src/c++17/fs_ops.cc (create_directory): Fix typo in enum name.
|
||||
* src/filesystem/ops-common.h (__last_system_error): Add
|
||||
explicit cast to avoid narrowing conversion.
|
||||
(do_space): Fix type in function name.
|
||||
|
||||
2021-10-01 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/102100
|
||||
|
Loading…
Reference in New Issue
Block a user