-
Fri May 22 2020 Qing Zhao <qing.zhao@oracle.com> 4.8.5-44.0.2
- merge Redhat 4.8.5-44
-
Wed Mar 25 2020 Marek Polacek <polacek@redhat.com> 4.8.5-44
- fix pr92950.c test (#1784759)
-
Tue Mar 24 2020 Marek Polacek <polacek@redhat.com> 4.8.5-43
- fix wrong code emitted for movv1qi on s390x (#1784759)
- fix wrong code with EH due to a bug in LRA (#1800526)
-
Mon Jan 13 2020 Marek Polacek <polacek@redhat.com> 4.8.5-42
- avoid folding shifts of vector types (#1740539)
-
Fri Dec 06 2019 Marek Polacek <polacek@redhat.com> 4.8.5-41
- backport ARMv8.3 pointer authentication patches (#1769573)
-
Tue Jul 23 2019 Marek Polacek <polacek@redhat.com> 4.8.5-40
- fix ICE with lambda in NSDMI (PR c++/66585, #1713056)
- revert the change
-
Fri Jun 28 2019 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com> 4.8.5-39.0.4
- Backport the fix for the erratum 843419 of Cortex A53.
[Orabug: 29777365]
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Wed Jun 12 2019 Jose E. Marchesi <jose.marchesi@oracle.com> - 4.8.5-39.0.2
- [Orabug: 27987827] (Michael Ploujnikov)
Enable stable binary output for Ksplice
- [Orabug: 27557686] (Egeyar Bagcioglu)
- Introduce 'oracle_release' into .spec file. Echo it to gcc/DEV-PHASE.
- Do not pass -export-dynamic to the linker in static links in aarch64.
[Orabug: 28841734]
Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
- [Orabug: 28212574]
Fix alignment for section anchor in aarch64 targets
Upstream f79e87ea93bc4a48ebff0db1b8c05dd6240e69e2
-
Tue Feb 26 2019 Marek Polacek <polacek@redhat.com> 4.8.5-39
- fix pr63567-2.c and pr63567-4.c
-
Mon Feb 25 2019 Marek Polacek <polacek@redhat.com> 4.8.5-38
- fix mode mismatch in prepare_cmp_insn (#1641329, PR target/63442)
- allow libitm to use HTM (#1659698)
- fix up memset handling in DSE (#1640805, PR rtl-optimization/69891)
- fix bits/bytes confusion in set_noop_p (#1594975, PR rtl-optimization/68814)
- enable initializing statics with COMPOUND_LITERAL_EXPR in C99
(#1672652, PR c/63567)
- fix PIC_OFFSET_TABLE_REGNUM (#1614326)
- quash spurious -Wmissing-field-initializers warnings (#1633716, PR c/60784)
- fix ICE with alias template (#1648161, PR c++/53658)