2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-09 16:41:18 +08:00

Daily bump.

This commit is contained in:
GCC Administrator 2021-03-21 00:16:22 +00:00
parent 19ff0b0d81
commit 6af7b307f6
5 changed files with 40 additions and 1 deletions

@ -1,3 +1,20 @@
2021-03-20 H.J. Lu <hjl.tools@gmail.com>
PR target/99679
* config/i386/i386.c (construct_container): Check cfun != NULL
before accessing silent_p.
2021-03-20 Ahamed Husni <ahamedhusni73@gmail.com>
* asan.c: Fix typos in comments.
2021-03-20 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/99680
* lra-constraints.c (skip_contraint_modifiers): Rename to skip_constraint_modifiers.
(process_address_1): Check empty constraint before using
CONSTRAINT_LEN.
2021-03-19 Pat Haugen <pthaugen@linux.ibm.com>
* config/rs6000/rs6000.c (power10_cost): New.

@ -1 +1 @@
20210320
20210321

@ -1,3 +1,8 @@
2021-03-20 Jakub Jelinek <jakub@redhat.com>
PR debug/99230
* c-gimplify.c (c_genericize_control_stmt): Handle STATEMENT_LIST.
2021-03-05 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.c (dump_ada_declaration) <TYPE_DECL>: Dump nested types

@ -1,3 +1,9 @@
2021-03-20 Jakub Jelinek <jakub@redhat.com>
PR debug/99230
* cp-gimplify.c (cp_genericize_r) <case STATEMENT_LIST>: Remove
special code, instead call c_genericize_control_stmt.
2021-03-19 Jakub Jelinek <jakub@redhat.com>
PR c++/99456

@ -1,3 +1,14 @@
2021-03-20 H.J. Lu <hjl.tools@gmail.com>
PR target/99679
* g++.target/i386/pr99679-1.C: New test.
* g++.target/i386/pr99679-2.C: Likewise.
2021-03-20 Jakub Jelinek <jakub@redhat.com>
PR debug/99230
* gcc.dg/pr99230.c: New test.
2021-03-19 Jakub Jelinek <jakub@redhat.com>
PR c/99588