From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cd30d0d41d09be0,start X-Google-Attributes: gid103376,public From: Vincent DIEMUNSCH Subject: Exception implementation Date: 2000/02/14 Message-ID: <38A7D486.747D118C@edf.fr>#1/1 X-Deja-AN: 585675440 Content-Transfer-Encoding: 7bit X-Accept-Language: fr Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsadm@news.edf.fr X-Trace: clnews.edf.fr 950523016 11137 144.165.69.25 (14 Feb 2000 10:10:16 GMT) Organization: Direction des Etudes et Recherches EDF Mime-Version: 1.0 NNTP-Posting-Date: 14 Feb 2000 10:10:16 GMT Newsgroups: comp.lang.ada Date: 2000-02-14T10:10:16+00:00 List-Id: Hi, Where can I get information about the typical implementation of exceptions in Ada compilers ? I suppose there must be a usual way to do this, like for example using a stack for calling procedures or functions ! Do they use the stack to keep exception handlers and when a exception occurs they try to find which handler can handle it ? What about GNAT ?