- 
    Wed Oct 04 2023 David Faust <david.faust@oracle.com> 8.5.0-20.0.1
    
- Forward-port Oracle patches
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Thu Sep 28 2023 David Faust <david.faust@oracle.com> 8.5.0-18.0.6
    
- Backport additional patches from gcc-9 to fix CVE-2023-4039 patches
  interaction with backported aarch64 -fstack-clash-protection support.
  [Orabug 35843962]
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Thu Aug 31 2023 Qing Zhao <qing.zhao@oracle.com> 8.5.0-18.0.5
    
- CVE-2023-4039 GCC mitigation.
  Orabug 35751743.
  Includes removal of aarch64-preserve-args.patch.  
- CVE-2022-40982 "Intel Downfall" mitigation.
  Orabug 35751810.
  Add two patches originally from GCC upstream releases/gcc-11 branch.
  with major adjustment.
  gcc11-downfall-disable-gather-in-vec.patch
  gcc11-downfall-support-mno-gather.patch
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Wed Jun 14 2023 Marek Polacek <polacek@redhat.com> 8.5.0-20
    
- fix for TLSLD references (#2213753)
- fix crash in dynamic_cast<>() on null pointer (PR c++/99074, #2211506)
- adjust a pattern in s390.md (PR target/87723, #2214847)
   
  
  - 
    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 Apr 04 2023 Marek Polacek <polacek@redhat.com> 8.5.0-19
    
- s390x: add support for register arguments preserving (#2168205)
   
  
  - 
    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