Simon Cozens <[EMAIL PROTECTED]> wrote: > Need discussion on whether C<OUT_OF_BOUNDS> is a good exception for > this, or whether something else should be used. It's really a compiler > screw-up, since code which indexes a non-aggregate shouldn't be > generated.
Except of course references, where the compiler can't know in advance that the ref doesn't point to an aggregate.