]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Add missing Ghost aspect to Lemma_Not_In_Range_Big2xx64 in s-aridou.adb
authorAleksandra Pasek <pasek@adacore.com>
Mon, 3 Feb 2025 16:29:21 +0000 (16:29 +0000)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 5 Jun 2025 08:18:36 +0000 (10:18 +0200)
gcc/ada/ChangeLog:

* libgnat/s-aridou.adb: Add missing Ghost aspect to
Lemma_Not_In_Range_Big2xx64.

gcc/ada/libgnat/s-aridou.adb

index e4140e837799410d7867e957c0ce4ba4d7a34bf7..e3f83ca2aca00a9c59ba3012ee9e0d6dccc4db65 100644 (file)
@@ -508,6 +508,7 @@ is
 
    procedure Lemma_Not_In_Range_Big2xx64
    with
+     Ghost,
      Post => not In_Double_Int_Range (Big_2xxDouble)
        and then not In_Double_Int_Range (-Big_2xxDouble);