public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-653] [Ada] Ignore Predicate_Failure in CodePeer mode
@ 2022-05-19 14:07 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-05-19 14:07 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-653-ge478e16e8a8a256c8c117f0bbe54a3078c086bc2
Author: Daniel Mercier <mercier@adacore.com>
Date:   Thu Apr 14 17:36:17 2022 +0200

    [Ada] Ignore Predicate_Failure in CodePeer mode
    
    gcc/ada/
    
            * sem_ch13.adb (Build_Predicate_Function): Ignore predicate
            failure in CodePeer mode.

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

diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb
index c12253cf26a..c405d15f8f1 100644
--- a/gcc/ada/sem_ch13.adb
+++ b/gcc/ada/sem_ch13.adb
@@ -10493,6 +10493,7 @@ package body Sem_Ch13 is
 
                if Present (PF_Expr)
                  and then not GNATprove_Mode
+                 and then not CodePeer_Mode
                then
                   pragma Assert (Present (Second_Formal));


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

only message in thread, other threads:[~2022-05-19 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 14:07 [gcc r13-653] [Ada] Ignore Predicate_Failure in CodePeer mode 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).