public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4681] [Ada] Update the inactive GMP variant of Big_Integers
@ 2021-10-25 15:09 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-10-25 15:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8bada6e9751abd00fe9b1bd1d7fcfa073042e4dd

commit r12-4681-g8bada6e9751abd00fe9b1bd1d7fcfa073042e4dd
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Tue Oct 19 17:31:26 2021 +0200

    [Ada] Update the inactive GMP variant of Big_Integers
    
    gcc/ada/
    
            * libgnat/a-nbnbin__gmp.adb (From_String): Fix predicate
            mismatch between subprogram declaration and body.

Diff:
---
 gcc/ada/libgnat/a-nbnbin__gmp.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/libgnat/a-nbnbin__gmp.adb b/gcc/ada/libgnat/a-nbnbin__gmp.adb
index 880e9a3c53d..1516f492b0d 100644
--- a/gcc/ada/libgnat/a-nbnbin__gmp.adb
+++ b/gcc/ada/libgnat/a-nbnbin__gmp.adb
@@ -327,7 +327,7 @@ package body Ada.Numerics.Big_Numbers.Big_Integers is
    -- From_String --
    -----------------
 
-   function From_String (Arg : String) return Big_Integer is
+   function From_String (Arg : String) return Valid_Big_Integer is
       function mpz_set_str
         (this : access mpz_t;
          str  : System.Address;


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

only message in thread, other threads:[~2021-10-25 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 15:09 [gcc r12-4681] [Ada] Update the inactive GMP variant of Big_Integers 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).