comp.lang.ada
 help / color / mirror / Atom feed
From: lutz@iks-jena.de (Lutz Donnerhacke)
Subject: Re: Renaming subprogram and default_expression
Date: Thu, 14 Feb 2002 12:46:14 +0000 (UTC)
Date: 2002-02-14T12:46:14+00:00	[thread overview]
Message-ID: <slrna6nccj.nt.lutz@taranis.iks-jena.de> (raw)
In-Reply-To: 87sn84i80s.fsf@deneb.enyo.de

* Florian Weimer wrote:
>Christoph Grein <christoph.grein@eurocopter.com> writes:
>> So it looks OK. Did some compiler complain?
>
>GNAT 3.14p and GNAT 5.00w, both with the same, confusing error
>message: 'default expression for "X" does not match'.

Initial program to reproduce this error in 3.13p. May it help you.

procedure Defaults is
   type Typ is new Integer;

   procedure Original (X : Typ);
   procedure Renamed (X : Typ := -2);
   procedure Renamed (X : Typ := -3) renames Original;

   procedure Original (X : Typ) is
   begin
      null;
   end Original;

begin
   null;
end Defaults;




  reply	other threads:[~2002-02-14 12:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-14 11:52 Renaming subprogram and default_expression Christoph Grein
2002-02-14 12:04 ` Florian Weimer
2002-02-14 12:46   ` Lutz Donnerhacke [this message]
2002-02-14 13:15     ` Florian Weimer
2002-02-14 14:01   ` Alexander Boucke
2002-02-14 15:18     ` Florian Weimer
2002-02-14 15:46       ` Alexander Boucke
2002-02-14 15:58         ` Florian Weimer
2002-02-14 16:24           ` Alexander Boucke
2002-02-14 16:31           ` Larry Hazel
2002-02-14 16:35           ` Florian Weimer
2002-02-15  8:40             ` Lutz Donnerhacke
  -- strict thread matches above, loose matches on Subject: below --
2002-02-15  5:38 Christoph Grein
2002-02-14 10:51 Florian Weimer
2002-02-14 11:31 ` sk
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox