X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Fada%2Fsem_disp.ads;h=ff1ebc4d7eef0adda2000291118447f3d9f69280;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=c27346dd4281126bcd394ba19055cccdad94b108;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/ada/sem_disp.ads b/gcc/ada/sem_disp.ads index c27346d..ff1ebc4 100644 --- a/gcc/ada/sem_disp.ads +++ b/gcc/ada/sem_disp.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2010, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -121,10 +121,12 @@ package Sem_Disp is procedure Override_Dispatching_Operation (Tagged_Type : Entity_Id; Prev_Op : Entity_Id; - New_Op : Entity_Id); + New_Op : Entity_Id; + Is_Wrapper : Boolean := False); -- Replace an implicit dispatching operation with an explicit one. -- Prev_Op is an inherited primitive operation which is overridden - -- by the explicit declaration of New_Op. + -- by the explicit declaration of New_Op. Is_Wrapper is True when + -- New_Op is an internally generated wrapper of a controlling function. procedure Propagate_Tag (Control : Node_Id; Actual : Node_Id); -- If a function call is tag-indeterminate, its controlling argument is