[PATCH v2 0/4] Add support for gcc 16
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Trying to compile the codebase with gcc 16 revealed some minor issues / compile failures. Fixing them up was quite easy, so here we go. gcc 16 is the default compiler on Fefora 44 and available as package for Debian 14 (forky). Cc: Jan Kiszka <[email protected]> Changes in v2: - Reworked patches 3 and 4, removed / migrated busy loops Signed-off-by: Florian Bezdeka <[email protected]> --- Florian Bezdeka (4): utils/autotune: Fix compile error seen with gcc 16 testsuite/smokey/sched-tp: Fix compile error seen with gcc 16 testsuite/smokey/vxworktests: Fix compile error seen with gcc 16 testsuite/smokey/psostests: Fix compile error seen with gcc 16 testsuite/smokey/psostests/rn-1.c | 7 +++---- testsuite/smokey/psostests/task-2.c | 5 ++--- testsuite/smokey/sched-tp/sched-tp.c | 2 +- testsuite/smokey/vxworkstests/task-2.c | 4 ---- utils/autotune/autotune.c | 4 +--- 5 files changed, 7 insertions(+), 15 deletions(-) --- base-commit: 9fed9de228841e7bc6e3f55fdb44374f15acddc5 change-id: 20260508-wip-flo-gcc-16-6291fb97b9a1 Best regards, -- Florian Bezdeka <[email protected]>