mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 19:33:59 +08:00
[Ada] Fix classification of Subprogram_Variant as assertion pragma
This pragma was wrongly not recognized as an assertion pragma. Now fixed. gcc/ada/ * sem_prag.ads (Assertion_Expression_Pragmas): Fix value for pragma Subprogram_Variant.
This commit is contained in:
parent
5cfde7a0b5
commit
da85f3f2c6
@ -149,6 +149,7 @@ package Sem_Prag is
|
||||
Pragma_Precondition => True,
|
||||
Pragma_Predicate => True,
|
||||
Pragma_Refined_Post => True,
|
||||
Pragma_Subprogram_Variant => True,
|
||||
Pragma_Test_Case => True,
|
||||
Pragma_Type_Invariant => True,
|
||||
Pragma_Type_Invariant_Class => True,
|
||||
|
Loading…
Reference in New Issue
Block a user