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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ac9405996d0dcb7f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!newsprint.newsread.com!newsfeed.stueberl.de!feed.news.tiscali.de!uio.no!ntnu.no!randhol From: randhol@bacchus.pvv.ntnu.no (Preben Randhol) Newsgroups: comp.lang.ada Subject: Re: Would You Fly an Airplane with a Linux-Based Control System? Date: Wed, 1 Dec 2004 16:59:04 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <20619edc.0411251028.3e249bf3@posting.google.com> <3193657.BGZLZqeFdM@linux1.krischik.com> <1780586.KJpDkK3SiU@linux1.krischik.com> NNTP-Posting-Host: bacchus.pvv.ntnu.no X-Trace: orkan.itea.ntnu.no 1101920344 15134 129.241.210.178 (1 Dec 2004 16:59:04 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 1 Dec 2004 16:59:04 +0000 (UTC) User-Agent: slrn/0.9.6.2 (FreeBSD) Xref: g2news1.google.com comp.lang.ada:6694 Date: 2004-12-01T16:59:04+00:00 List-Id: In article <1780586.KJpDkK3SiU@linux1.krischik.com>, Martin Krischik wrote: >Maybe you want to brush up your C and read "ISO/IEC 9899:1999 7.14". In C >exceptions are called signal and in the case discussed a the "SIGFPE" would >have been raised. Without a signal handler the programm would have died. Ok now I'm even more confused. Could somebody please explain why a C program would have worked even with the HW exception? Wasn't that the argument? That C would work and Ada would fail?