public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4008] ada: Expand generic formal subprograms with contracts for GNATprove
@ 2022-11-14 13:51 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2022-11-14 13:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fe02d7d9135083ed157886913b4a83ebc88e987c

commit r13-4008-gfe02d7d9135083ed157886913b4a83ebc88e987c
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Fri Oct 28 20:28:45 2022 +0200

    ada: Expand generic formal subprograms with contracts for GNATprove
    
    In GNATprove mode generic formal subprograms with Pre/Post contracts are
    now expanded into wrappers, just like in ordinary compilation.
    
    gcc/ada/
    
            * sem_ch12.adb (Analyze_Associations): Expand wrappers for
            GNATprove.

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

diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb
index 276656085be..7af365e49c9 100644
--- a/gcc/ada/sem_ch12.adb
+++ b/gcc/ada/sem_ch12.adb
@@ -1937,7 +1937,7 @@ package body Sem_Ch12 is
                      --  take place e.g. within an enclosing generic unit.
 
                      if Has_Contracts (Analyzed_Formal)
-                       and then Expander_Active
+                       and then (Expander_Active or GNATprove_Mode)
                      then
                         Build_Subprogram_Wrappers;
                      end if;

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

only message in thread, other threads:[~2022-11-14 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 13:51 [gcc r13-4008] ada: Expand generic formal subprograms with contracts for GNATprove Marc Poulhi?s

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).