]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sem_aggr.adb
ada: Rename Is_Limited_View to reflect actual query
[gcc.git] / gcc / ada / sem_aggr.adb
index 597c3ce2dd11e538a852909ed58d25a250581619..36db7987d911cffbfd77a89201c4f294c24083f9 100644 (file)
@@ -4305,7 +4305,7 @@ package body Sem_Aggr is
                --  extensions, and maybe for nondiscriminated types.
                --  This is wrong for limited, but those were wrong already.
 
-               if not Is_Limited_View (A_Type)
+               if not Is_Inherently_Limited_Type (A_Type)
                  and then Is_Build_In_Place_Function_Call (A)
                then
                   Transform_BIP_Assignment (A_Type);
This page took 0.028018 seconds and 5 git commands to generate.