Skip to content

Commit 8e6c87b

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 710f7d9 commit 8e6c87b

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

gcc/ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2020-07-16 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
2+
3+
Backported from master:
4+
2020-06-16 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
5+
6+
* config.in: Regenerate.
7+
* config/s390/s390.c (print_operand): Emit vector alignment hints
8+
for target z13, if AS accepts them. For other targets the logic
9+
stays the same.
10+
* config/s390/s390.h (TARGET_VECTOR_LOADSTORE_ALIGNMENT_HINTS): Define
11+
macro.
12+
* configure: Regenerate.
13+
* configure.ac: Check HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13.
14+
115
2020-07-15 Richard Sandiford <richard.sandiford@arm.com>
216

317
PR target/95726

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200716
1+
20200717

gcc/testsuite/ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-07-16 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
2+
3+
Backported from master:
4+
2020-06-16 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
5+
6+
* gcc.target/s390/vector/align-1.c: Change target architecture
7+
to z13.
8+
* gcc.target/s390/vector/align-2.c: Change target architecture
9+
to z13.
10+
111
2020-07-15 Richard Sandiford <richard.sandiford@arm.com>
212

313
PR target/95726

0 commit comments

Comments
 (0)