https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123191
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Torbjorn Svensson <[email protected]>: https://gcc.gnu.org/g:d5a9b9e08deae3a98f155c2e23f8667aaa471d2d commit r16-7835-gd5a9b9e08deae3a98f155c2e23f8667aaa471d2d Author: Torbjörn SVENSSON <[email protected]> Date: Thu Feb 26 17:37:25 2026 +0100 testsuite: add -Wno-overflow to avoid warning in test [PR123191] Without -Wno-overflow, for arm-none-eabi targets, I see warnings like: coreutils-group_number.c:13:21: warning: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] gcc/testsuite/ChangeLog: PR testsuite/123191 * c-c++-common/analyzer/coreutils-group_number.c: Add -Wno-overflow. Signed-off-by: Torbjörn SVENSSON <[email protected]>
