Daily bump.
This commit is contained in:
parent
e7a8d69a55
commit
0e804ce39a
@ -1,3 +1,29 @@
|
||||
2021-02-16 Vladimir N. Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR inline-asm/98096
|
||||
* stmt.c (resolve_operand_name_1): Take inout operands into account
|
||||
for access to labels by names.
|
||||
* doc/extend.texi: Describe counting operands for accessing labels.
|
||||
|
||||
2021-02-16 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/38474
|
||||
* tree-ssa-structalias.c (variable_info::address_taken): New.
|
||||
(new_var_info): Initialize address_taken.
|
||||
(process_constraint): Set address_taken.
|
||||
(solve_constraints): Use the new address_taken flag rather
|
||||
than is_reg_var for sorting variables.
|
||||
(dump_constraint): Dump the variable number if the name
|
||||
is just NULL.
|
||||
|
||||
2021-02-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/99100
|
||||
* tree-vect-stmts.c (vectorizable_simd_clone_call): For num_calls != 1
|
||||
multiply by 4096 and for inbranch by 8192.
|
||||
* config/i386/i386.c (ix86_simd_clone_usable): For TARGET_AVX512F,
|
||||
return 3, 2 or 1 for mangle letters 'b', 'c' or 'd'.
|
||||
|
||||
2021-02-15 Maya Rashish <coypu@sdf.org>
|
||||
|
||||
* config/aarch64/aarch64.c (aarch64_init_builtins):
|
||||
|
@ -1 +1 @@
|
||||
20210216
|
||||
20210217
|
||||
|
@ -1,3 +1,9 @@
|
||||
2021-02-16 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/99062
|
||||
* c-attribs.c (handle_assume_aligned_attribute): Check that the
|
||||
alignment argument is non-negative. Tweak a warning message.
|
||||
|
||||
2021-02-12 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR c/99055
|
||||
|
@ -1,3 +1,15 @@
|
||||
2021-02-16 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* expr.c (gfc_is_simplify_contiguous): Handle REF_INQUIRY, i.e.
|
||||
%im and %re which are EXPR_VARIABLE.
|
||||
* openmp.c (resolve_omp_clauses): Diagnose %re/%im explicitly.
|
||||
|
||||
2021-02-16 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/99111
|
||||
* io.c (resolve_tag_format): Reject BT_DERIVED/CLASS/VOID
|
||||
as (array-valued) FORMAT tag.
|
||||
|
||||
2021-02-12 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/99043
|
||||
|
@ -1,3 +1,44 @@
|
||||
2021-02-16 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* g++.dg/modules/pr99050_a.H: New.
|
||||
* g++.dg/modules/pr99050_b.C: New.
|
||||
|
||||
2021-02-16 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/99062
|
||||
* gcc.dg/attr-assume_aligned-4.c: Adjust dg-warning.
|
||||
* g++.dg/ext/attr-assume-aligned.C: New test.
|
||||
|
||||
2021-02-16 YunQiang Su <yunqiang.su@cipunited.com>
|
||||
|
||||
* gcc.target/mips/compact-branches-5.c: Force -fno-PIC.
|
||||
* gcc.target/mips/compact-branches-6.c: Force -fno-PIC.
|
||||
|
||||
2021-02-16 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* gfortran.dg/goacc/ref_inquiry.f90: New test.
|
||||
* gfortran.dg/gomp/ref_inquiry.f90: New test.
|
||||
|
||||
2021-02-16 Vladimir N. Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR inline-asm/98096
|
||||
* gcc.c-torture/compile/pr98096.c: New.
|
||||
|
||||
2021-02-16 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/99111
|
||||
* gfortran.dg/fmt_nonchar_1.f90: New test.
|
||||
* gfortran.dg/fmt_nonchar_2.f90: New test.
|
||||
|
||||
2021-02-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/99100
|
||||
* gcc.target/i386/pr99100.c: New test.
|
||||
|
||||
2021-02-16 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gcc.misc-tests/outputs.exp (outest): Fix typo "is_target".
|
||||
|
||||
2021-02-15 Peter Bergner <bergner@linux.ibm.com>
|
||||
|
||||
PR rtl-optimization/98872
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-02-16 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* files.c (_cpp_stack_file): Make buffers end in unread \n.
|
||||
|
||||
2021-02-10 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR preprocessor/96391
|
||||
|
Loading…
Reference in New Issue
Block a user