From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 621DF3858C39; Thu, 30 Sep 2021 17:49:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 621DF3858C39 From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/28400] New: [2.35 Regression] string/test-strncasecmp: cannot set locale "en_US.UTF-8" Date: Thu, 30 Sep 2021 17:49:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.35 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 17:49:41 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28400 Bug ID: 28400 Summary: [2.35 Regression] string/test-strncasecmp: cannot set locale "en_US.UTF-8" Product: glibc Version: 2.35 Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com CC: drepper.fsp at gmail dot com Target Milestone: --- With commit a725ff1de965f4cc4f36a7e8ae795d40ca0350d7 Author: Jonathan Wakely Date: Wed May 19 16:48:19 2021 +0100 Suppress -Wcast-qual warnings in bsearch The first cast to (void *) is redundant but should be (const void *) anyway, because that's the type of the lvalue being assigned to. The second cast is necessary and intentionally not const-correct, so tell the compiler not to warn about it. Reviewed-by: Florian Weimer I got /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strcasecmp: cannot set locale "en_US.ISO-8859-1" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strncasecmp: cannot set locale "en_US.ISO-8859-1" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strcasecmp: cannot set locale "en_US.UTF-8" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strncasecmp: cannot set locale "en_US.UTF-8" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strcasecmp: cannot set locale "tr_TR.ISO-8859-9" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strncasecmp: cannot set locale "tr_TR.ISO-8859-9" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strcasecmp: cannot set locale "tr_TR.UTF-8" /export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-= strncasecmp: cannot set locale "tr_TR.UTF-8" --=20 You are receiving this mail because: You are on the CC list for the bug.=