comp.lang.ada
 help / color / mirror / Atom feed
* System.Address'Size - not a static integer expression?
@ 2002-03-06 17:57 Vadim Godunko
  2002-03-07  1:21 ` Robert Dewar
  2002-04-08  0:43 ` Nick Roberts
  0 siblings, 2 replies; 33+ messages in thread
From: Vadim Godunko @ 2002-03-06 17:57 UTC (permalink / raw)


Hello,

I some type like this:

1  with System;
2
3  package A is
4
5     type T is private;
6
7  private
8
9     type T is record
10       P : System.Address := System.Null_Address;
11    end record;
12    for T'Size use System.Address'Size;
13
14 end A;

GNAT compiler report:
a.ads:12:33: static integer expression required here

Is this a compiler bug?

Thanks,
Vadim Godunko.



^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2002-04-22 23:57 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-06 17:57 System.Address'Size - not a static integer expression? Vadim Godunko
2002-03-07  1:21 ` Robert Dewar
2002-03-07 13:56   ` Wes Groleau
2002-03-08 18:34     ` FGD
2002-03-08 19:07       ` Larry Kilgallen
2002-03-08 19:43       ` Wes Groleau
2002-04-08  4:57         ` Robert Dewar
2002-04-08 15:17           ` Wes Groleau
2002-04-10  1:54             ` Robert Dewar
2002-04-10 17:41               ` Wes Groleau
2002-04-10 18:29                 ` Darren New
2002-04-12 20:20                 ` Robert Dewar
2002-04-12 21:10                   ` Wes Groleau
2002-04-14 19:59                     ` Robert Dewar
2002-04-14 20:01                     ` Robert Dewar
2002-04-15 15:13                       ` Wes Groleau
2002-04-15 19:57                         ` Randy Brukardt
2002-04-17  3:22                           ` Robert Dewar
2002-04-17  3:11                         ` Robert Dewar
2002-04-17 18:27                           ` Wes Groleau
2002-04-19 14:06                             ` Robert Dewar
2002-04-19 15:05                               ` Wes Groleau
2002-04-20  2:26                                 ` Robert Dewar
2002-04-20  5:11                                 ` Robert Dewar
2002-04-20 16:50                                   ` Darren New
2002-04-22  9:20                                   ` Ole-Hjalmar Kristensen
2002-04-22 13:24                                     ` Robert Dewar
2002-04-22 13:59                                       ` Ole-Hjalmar Kristensen
2002-04-22 13:34                                     ` Robert Dewar
2002-04-22 14:02                                       ` Ole-Hjalmar Kristensen
2002-04-22 16:11                                         ` Jean-Pierre Rosen
2002-04-22 23:57                                         ` Robert Dewar
2002-04-08  0:43 ` Nick Roberts

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