Daily bump.
This commit is contained in:
parent
5630c40fc7
commit
049fbbdc60
4 changed files with 45 additions and 1 deletions
|
@ -1,3 +1,16 @@
|
|||
2020-07-26 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* configure.ac (out-of-tree linker .hidden support): Don't turn off
|
||||
for mmix-knuth-mmixware.
|
||||
* configure: Regenerate.
|
||||
|
||||
2020-07-26 Aaron Sawdey <acsawdey@linux.ibm.com>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_option_override_internal):
|
||||
Set the default value for -mblock-ops-unaligned-vsx.
|
||||
* config/rs6000/rs6000.opt: Add -mblock-ops-unaligned-vsx.
|
||||
* doc/invoke.texi: Document -mblock-ops-unaligned-vsx.
|
||||
|
||||
2020-07-25 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* config/mmix/mmix.c (TARGET_ASM_OUTPUT_IDENT): Override the default
|
||||
|
|
|
@ -1 +1 @@
|
|||
20200726
|
||||
20200727
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2020-07-27 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/tree-ssa/reassoc-20.c: Adjust for mmix.
|
||||
|
||||
2020-07-26 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/79504
|
||||
* g++.dg/cpp0x/decltype79.C: New test.
|
||||
|
||||
2020-07-26 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/tree-ssa/forwprop-36.c: Adjust for mmix.
|
||||
|
||||
2020-07-26 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/torture/pr59330.c: Disable for mmix.
|
||||
|
||||
2020-07-25 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* g++.dg/abi/pure-virtual1.C: Add dynamic_lookup option
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
2020-07-26 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR target/96306
|
||||
* configure.ac: Add LIBGOMP_CHECKED_INT_KINDS and
|
||||
LIBGOMP_CHECKED_REAL_KINDS and use it for to skip
|
||||
integer kind=16 checks for amdgcn.
|
||||
* Makefile.am (kinds.h, selected_int_kind.inc,
|
||||
selected_real_kind.inc): Pass them on.
|
||||
* mk-kinds-h.sh: Takes to-be-check kinds as argument.
|
||||
* mk-sik-inc.sh: Likewise.
|
||||
* mk-srk-inc.sh: Likewise.
|
||||
* Makefile.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2020-07-24 Dominique d'Humieres <dhumieres.dominique@free.fr>
|
||||
|
||||
PR fortran/93567
|
||||
|
|
Loading…
Add table
Reference in a new issue