public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-542] [Ada] GNAT.Binary_Search is not internal
@ 2022-05-17  8:29 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-05-17  8:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:26b0b2ddf4ab777dda4e70c7cef4b16b0493509b

commit r13-542-g26b0b2ddf4ab777dda4e70c7cef4b16b0493509b
Author: Dmitriy Anisimkov <anisimko@adacore.com>
Date:   Thu Mar 24 12:49:56 2022 +0600

    [Ada] GNAT.Binary_Search is not internal
    
    Put package GNAT.Binary_Search to predefined units list.
    
    gcc/ada/
    
            * impunit.adb: Add "g-binsea" to Non_Imp_File_Names_95 list.

Diff:
---
 gcc/ada/impunit.adb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb
index 5e7df1c5911..8776726894d 100644
--- a/gcc/ada/impunit.adb
+++ b/gcc/ada/impunit.adb
@@ -241,6 +241,7 @@ package body Impunit is
     ("g-arrspl", F),  -- GNAT.Array_Split
     ("g-awk   ", F),  -- GNAT.AWK
     ("g-binenv", F),  -- GNAT.Bind_Environment
+    ("g-binsea", F),  -- GNAT.Binary_Search
     ("g-boubuf", F),  -- GNAT.Bounded_Buffers
     ("g-boumai", F),  -- GNAT.Bounded_Mailboxes
     ("g-brapre", F),  -- GNAT.Branch_Prediction


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-17  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  8:29 [gcc r13-542] [Ada] GNAT.Binary_Search is not internal Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).