Changes between Initial Version and Version 1 of Ticket #5254
- Timestamp:
- 05/10/2023 02:56:26 AM (19 months ago)
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:1 There 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: 2 2 3 3 - https://github.com/systemd/systemd/issues/26395