Daily bump.

This commit is contained in:
GCC Administrator 2020-07-19 00:16:22 +00:00
parent 2f1d4cb54e
commit aeb34e1514
5 changed files with 44 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2020-07-18 H.J. Lu <hjl.tools@gmail.com>
PR target/95620
* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
2020-07-18 Peter Bergner <bergner@linux.ibm.com>
PR target/92488
* config/rs6000/dfp.md (trunctdsd2): New define_insn.
* config/rs6000/rs6000.md (define_attr "isa"): Add p9.
(define_attr "enabled"): Handle p9.
2020-07-17 Roger Sayle <roger@nextmovesoftware.com>
* function.c (assign_parm_setup_block): Use the macro

View File

@ -1 +1 @@
20200718
20200719

View File

@ -1,3 +1,7 @@
2020-07-18 David Edelsohn <dje.gcc@gmail.com>
* check.c (gfc_invalid_boz): Mark hint for translation using _().
2020-07-16 Julian Brown <julian@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>

View File

@ -1,3 +1,25 @@
2020-07-18 Jakub Jelinek <jakub@redhat.com>
* c-c++-common/cpp/pragma-eof.c: Use .+3 instead of 6 in
dg-error.
2020-07-18 David Edelsohn <dje.gcc@gmail.com>
* gfortran.dg/goacc/finalize-1.f: Adjust regex for 32 bits.
2020-07-18 Hans-Peter Nilsson <hp@bitrange.com>
* c-c++-common/cpp/pragma-eof.c: Require fopenmp.
2020-07-18 Peter Bergner <bergner@linux.ibm.com>
PR target/92488
* gcc.target/powerpc/convert-fp-128.c (bl, drsp, drdpq): Update counts.
(__dpd_trunctdsd2): Make conditional on !hard_dfp.
(__dpd_extendsddd2, __dpd_extendsdtd2, __dpd_truncddsd2,
__dpd_extendddtd2, __dpd_trunctddd2): Use !hard_dfp.
* gcc.target/powerpc/pr92488.c: New test.
2020-07-17 Marek Polacek <polacek@redhat.com>
PR c++/79815

View File

@ -1,3 +1,8 @@
2020-07-18 H.J. Lu <hjl.tools@gmail.com>
PR target/95620
* testsuite/libgomp.c/pr95620.c: New test.
2020-07-16 Julian Brown <julian@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>