Update baseline.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 7 Apr 2009 14:18:00 +0000 (16:18 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 7 Apr 2009 14:18:00 +0000 (16:18 +0200)
From-SVN: r145674

gcc/testsuite/gnat.dg/specs/renamings.ads

index 3b90827..7457952 100644 (file)
@@ -6,9 +6,9 @@ package Renamings is
 
    procedure P (X : Integer) renames Inner.PI;
    procedure P (X : Float);
-   pragma Convention (C, P); -- { dg-error "non-local renaming" }
+   pragma Convention (C, P); -- { dg-error "non-local entity" }
 
    procedure Q (X : Float);
    procedure Q (X : Integer) renames Inner.PI;
-   pragma Convention (C, Q); -- { dg-error "non-local renaming" }
+   pragma Convention (C, Q); -- { dg-error "non-local entity" }
 end Renamings;