From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 48E523840C25; Mon, 15 Jun 2020 21:14:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48E523840C25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592255681; bh=/+LYaeBnTJw3hktZljY4bwJeFEdyMzgeIHZeZ0A+8oE=; h=From:To:Subject:Date:From; b=vPbd1ZqBiCBaSgJHzI1oSAr6zf4hT9DE16bEac4vcYkoApvdMH/p0HpgxjhqU2K/G b2bK17EGnT/3elGyuMGwHgMRnpTukcAVF2yBmhR9kEdXpDLxdLM9VSeadLyHy/1zRu aDmWyUww4XfLwZhB3nqlEuQC695l1H3r7GUZBWiw= From: "Artem.Andreev at oktetlabs dot ru" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/95691] New: Functions for case insensitive comparison of wide strings are not implemented Date: Mon, 15 Jun 2020 21:14:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Artem.Andreev at oktetlabs dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 21:14:41 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95691 Bug ID: 95691 Summary: Functions for case insensitive comparison of wide strings are not implemented Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: Artem.Andreev at oktetlabs dot ru Target Milestone: --- Ada.Strings.Wide_Equal_Case_Insensitive, Ada.Strings.Wide_Wide_Equal_Case_Insensitive and all their Bounded and Unbounded counterparts are missing from the library. The same is true for Wide_Less_Case_Insensitive and Wide_Hash_Case_Insensitive etc. As I can see= , it is applicable to all versions of GNAT including the current top-of-tree.=