Changes between Initial Version and Version 1 of Ticket #5254


Ignore:
Timestamp:
05/10/2023 02:56:26 AM (12 months ago)
Author:
Xi Ruoyao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5254 – Description

    initial v1  
    1 There are several reports complaining systemd runtime issues after GCC 13.1 update.  Pierre and I confirmed it.  My debugging shows (at least a part of) these issues are caused by inappropriate use of the `pure` attribute for functions.  See:
     1There are several reports (via #lfs-support) complaining systemd runtime issues after GCC 13.1 update.  Pierre and I confirmed them.  My debugging shows (at least a part of) these issues are caused by inappropriate use of the `pure` attribute for functions.  See:
    22
    33- https://github.com/systemd/systemd/issues/26395