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,1439b64f125c2d2e,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!news-zh.switch.ch!switch.ch!cernne03.cern.ch!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Normalize_Scalars Date: Wed, 07 Feb 2007 14:33:29 +0100 Organization: CERN News Message-ID: NNTP-Posting-Host: abpc10883.cern.ch Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: cernne03.cern.ch 1170855209 25262 137.138.37.241 (7 Feb 2007 13:33:29 GMT) X-Complaints-To: news@@cern.ch NNTP-Posting-Date: Wed, 7 Feb 2007 13:33:29 +0000 (UTC) User-Agent: Thunderbird 1.5.0.9 (X11/20061220) Xref: g2news2.google.com comp.lang.ada:9069 Date: 2007-02-07T14:33:29+01:00 List-Id: Hi, pragma Normalize_Scalars; procedure Hello is begin null; end Hello; $ gnatmake hello gnatgcc -c hello.adb gnatbind -x hello.ali error: some but not all files compiled with Normalize_Scalars files compiled with Normalize_Scalars hello.adb files compiled without Normalize_Scalars s-stalib.adb system.ads s-memory.adb ada.ads a-except.adb a-elchha.adb interfac.ads s-exctab.adb s-htable.adb s-soflin.adb s-mastop.adb s-maccod.ads s-stoele.adb s-except.ads s-parame.adb s-secsta.adb s-stache.adb s-traceb.adb s-unstyp.ads s-traent.adb s-crtl.ads gnatmake: *** bind failed. Wow. I guess I have to recompile the world to be able to benefit from Normalize_Scalars. Any fast path for dummies or should I be disappointed? :-) -- Maciej Sobczak : http://www.msobczak.com/ Programming : http://www.msobczak.com/prog/