mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
Update baseline.
From-SVN: r145674
This commit is contained in:
parent
5c00e6a06a
commit
afb90d93a4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user