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,c95a73ec6ed5f174 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Floating point problem Date: 1997/03/31 Message-ID: #1/1 X-Deja-AN: 229818637 References: <199703271518_MC2-1360-15BE@compuserve.com> <1997Mar28.095005.1@eisner> <333E18D8.1F84@bix.com> <33401E75.4500@bix.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-03-31T00:00:00+00:00 List-Id: iTom Moran says <, It appears that means "No. It is not possible for a user program to run FPU detection code before a Gnat program has crashed and burned, unless the programmer has used special vendor supplied hooks". Is that correct?>> "special vendor supplied hooks???" Don't know what you are talking about, I am talking about the call to __gnat_initialize which is intended exactly for this purpose. It may work to do this at the start of the main program, or in elaboration code for a user unit, but since __gnat_initialize is EXACTLY intended for this kind of purpose (to get control BEFORE any elaboration code is activated), why would you not use it???