Daily bump.
This commit is contained in:
parent
6ccadc4c04
commit
cf2bc8617a
@ -1,3 +1,14 @@
|
||||
2020-08-30 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* builtins.c (access_ref::access_ref): Call get_size_range instead
|
||||
of get_range.
|
||||
|
||||
2020-08-30 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/i386/sse.md (ssse3_pshufbv8qi): Use gen_int_mode instead of
|
||||
GEN_INT, and ix86_build_const_vector instead of gen_rtvec and
|
||||
gen_rtx_CONT_VECTOR.
|
||||
|
||||
2020-08-29 Bill Schmidt <wschmidt@linux.ibm.com>
|
||||
|
||||
* config/rs6000/rs6000-builtin.def (MASK_FOR_STORE): Remove.
|
||||
|
@ -1 +1 @@
|
||||
20200830
|
||||
20200831
|
||||
|
@ -1,3 +1,35 @@
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96728
|
||||
* module.c (module_peek_char): Peek ahead function.
|
||||
(parse_integer): Add code for parsing signed integers.
|
||||
(parse_atom): Add code to handle signed integers.
|
||||
(peek_atom): Add code to handle signed integers.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96727
|
||||
* expr.c (gfc_check_init_expr): Add default error message for the AS_ASSUMED_RANK case.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96726
|
||||
* expr.c (check_references): Change different relational operator
|
||||
to less-than operator to avoid infinite loop.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/95352
|
||||
* simplify.c (simplify_bound_dim): Add check for NULL pointer
|
||||
before trying to access structure member.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/94110
|
||||
* interface.c (gfc_compare_actual_formal): Add code to also raise
|
||||
the actual argument cannot be an assumed-size array error when the
|
||||
dummy arguments are deferred-shape or assumed-rank pointer.
|
||||
|
||||
2020-08-28 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/94672
|
||||
|
@ -1,3 +1,31 @@
|
||||
2020-08-30 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* gcc.dg/Wstringop-overread-3.c: New test.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96728
|
||||
* gfortran.dg/PR96728.f90: New test.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96727
|
||||
* gfortran.dg/PR96727.f90: New test.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/96726
|
||||
* gfortran.dg/PR96726.f90: New test.
|
||||
|
||||
2020-08-30 Steve Kargl <sgk@troutmask.apl.washington.edu>
|
||||
|
||||
* gfortran.dg/PR95352.f90: New test.
|
||||
|
||||
2020-08-30 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/94110
|
||||
* gfortran.dg/PR94110.f90: New test.
|
||||
|
||||
2020-08-28 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* c-c++-common/Warray-bounds-7.c: Adjust expected warnings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user