Daily bump.
This commit is contained in:
parent
a29117041d
commit
bc0ca715c2
4 changed files with 42 additions and 1 deletions
|
@ -1,3 +1,24 @@
|
|||
2020-08-08 Peter Bergner <bergner@linux.ibm.com>
|
||||
|
||||
PR target/96530
|
||||
* config/rs6000/rs6000.c (rs6000_invalid_conversion): Use canonical
|
||||
types for type comparisons. Refactor code to simplify it.
|
||||
|
||||
2020-08-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR fortran/93553
|
||||
* tree-nested.c (convert_nonlocal_omp_clauses): For
|
||||
OMP_CLAUSE_REDUCTION, OMP_CLAUSE_LASTPRIVATE and OMP_CLAUSE_LINEAR
|
||||
save info->new_local_var_chain around walks of the clause gimple
|
||||
sequences and declare_vars if needed into the sequence.
|
||||
|
||||
2020-08-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/96424
|
||||
* omp-expand.c: Include tree-eh.h.
|
||||
(expand_omp_for_init_vars): Handle -fexceptions -fnon-call-exceptions
|
||||
by forcing floating point comparison into a bool temporary.
|
||||
|
||||
2020-08-07 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* generic-match-head.c (optimize_vectors_before_lowering_p): New
|
||||
|
|
|
@ -1 +1 @@
|
|||
20200808
|
||||
20200809
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
2020-08-09 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/pr30957-1.c: xfail for mmix.
|
||||
|
||||
2020-08-08 Peter Bergner <bergner@linux.ibm.com>
|
||||
|
||||
PR target/96530
|
||||
* gcc.target/powerpc/pr96530.c: New test.
|
||||
|
||||
2020-08-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/96424
|
||||
* c-c++-common/gomp/pr96424.c: New test.
|
||||
|
||||
2020-08-07 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/96514
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2020-08-08 Jakub Jelinek <jakub@redhat.com>
|
||||
Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR fortran/93553
|
||||
* testsuite/libgomp.fortran/pr93553.f90: New test.
|
||||
|
||||
2020-08-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* testsuite/libgomp.c/loop-22.c: New test.
|
||||
|
|
Loading…
Add table
Reference in a new issue