comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <bauhaus@arcor.de>
Subject: Re: My bug or compiler bug?
Date: Thu, 15 Feb 2007 01:44:44 +0100
Date: 2007-02-15T01:43:02+01:00	[thread overview]
Message-ID: <1171500284.2394.26.camel@localhost> (raw)
In-Reply-To: <1171486682.699549.276940@l53g2000cwa.googlegroups.com>

On Wed, 2007-02-14 at 12:58 -0800, Anh Vo wrote:
> I could not understand why it, line 44 of the code below, compiles. I
> strugged with the question why actual parameter R'(10.0, 20.0) matches
> with access type parameter R_Pointer at line 15. Is it my bug or
> compiler bug? Thanks.
> 

>    for R_Pointer'Write use Write_R_Pointer;
> 

>       R'Write (File_Stream, R'(10.0, 20.0)); --# Why is OK while data
> mismached

I think R'Write is just the standard 'Write, expecting
record components as usual. (Unlike R_Pointer'Write)



 -- Georg 





  reply	other threads:[~2007-02-15  0:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-14 20:58 My bug or compiler bug? Anh Vo
2007-02-15  0:44 ` Georg Bauhaus [this message]
2007-02-15  2:22   ` Anh Vo
replies disabled

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