From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2F94C3858403; Sun, 4 Feb 2024 03:09:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F94C3858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707016194; bh=yY4zZWs8r1NlpKGA0l2IKVOpIwxjfyb8D/dBqY/OeE4=; h=From:To:Subject:Date:From; b=J4Mvy7aJ7t3ab269hsy75FPS6eNPfZzedcbjRGir+wEmGZRwM5bDsNQSlipkhP1Lv xei/puE0553339w50YVgg2wkIcjqQkUOjcpM8eI4MfvFFfFOSHI3o/+3ogoKAjiljL bqabIzmU+wpNsaDctsWAxSD+poEc+D4FgKbNdheg= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/31336] New: Glibc tests failed to compile with GCC 14 Date: Sun, 04 Feb 2024 03:09:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31336 Bug ID: 31336 Summary: Glibc tests failed to compile with GCC 14 Product: glibc Version: 2.40 Status: NEW Severity: normal Priority: P2 Component: localedata Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com CC: libc-locales at sourceware dot org Target Milestone: --- I got In file included from tests-mbwc/tst_iswalnum.c:7: tests-mbwc/tsp_common.c: In function ?result.constprop.isra?: tests-mbwc/tsp_common.c:55:43: error: ?%s? directive writing up to 92 bytes into a region of size between 2 and 114 [-Werror=3Dformat-overflow=3D] 55 | sprintf (result_rec, "%s:%s:%d:%d:%d:%c:%s\n", func, loc, rec_no, seq_no, | ^~ tests-mbwc/tsp_common.c:55:3: note: ?sprintf? output between 20 and 224 byt= es into a destination of size 132 55 | sprintf (result_rec, "%s:%s:%d:%d:%d:%c:%s\n", func, loc, rec_no, seq_no, |=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | case_no, res, msg);=20 | ~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [../o-iterator.mk:9: /export/build/gnu/tools-build/glibc-test/build-x86_64-linux/localedata/tst_= iswalnum.o] Error 1 --=20 You are receiving this mail because: You are on the CC list for the bug.=