-
Thu May 11 2023 Jose E. Marchesi <jose.marchesi@oracle.com> 8.5.0-18.0.2
- Support for -mpreserve-args in aarch64.
- Orabug 35065765.
Reviewed-by: Qing Zhao <qing.zhao@oracle.com>.
-
Tue Mar 28 2023 Qing Zhao <qing.zhao@oracle.com> 8.5.0-18.0.1
- Merge Oracle patches with gcc-8.5.0-18.
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Thu Jan 12 2023 Qing Zhao <qing.zhao@oracle.com> 8.5.0-16.0.1
- Merge oracle patches with gcc-8.5.0-16.
-
Tue Dec 06 2022 Marek Polacek <polacek@redhat.com> 8.5.0-18
- fix strlen range with a flexible member array (#2137448)
-
Wed Nov 30 2022 Qing Zhao <qing.zhao@oracle.com> 8.5.0-15.0.2
- Fix Orabug 34679540 - PROFILE COLLECT BUILD AND WORK LOAD TEST
ISSUES IN LINUX ARM64.
Removing the buggy patch that has been removed from upstream gcc too:
gcc10-pr91971.patch
-
Mon Oct 03 2022 Marek Polacek <polacek@redhat.com> 8.5.0-17
- fix deserialization for std::normal_distribution (#2130392,
PR libstdc++/105502)
- initialize std::normal_distribution::_M_saved (PR libstdc++/99536)
- reject std::make_shared<T[]> (PR libstdc++/99006)
-
Thu Sep 29 2022 Marek Polacek <polacek@redhat.com> 8.5.0-16
- avoid changing PHIs in GIMPLE split_edge (#2117838)
-
Wed Sep 28 2022 Qing Zhao <qing.zhao@oracle.com> 8.5.0-15.0.1
- Merge oracle patches with gcc-8.5.0-15.
-
Wed Jul 20 2022 Marek Polacek <polacek@redhat.com> 8.5.0-15
- backport straight-line-speculation mitigation (#2108721)
-
Fri Jul 08 2022 Jonathan Wakely <jwakely@redhat.com> 8.5.0-14
- backport std::regex check for invalid range (#2001788)