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:
parent
19ff0b0d81
commit
6af7b307f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user