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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ef6ae193cb425dbe,start X-Google-Attributes: gid103376,public From: arthurw@bigfoot.com Subject: Data_Error - GNAT -O3 problem Date: 1998/08/06 Message-ID: <6qcdr1$hrp$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 378518683 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Thu Aug 06 14:16:01 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.05 [en] (WinNT; I ;Nav) Date: 1998-08-06T00:00:00+00:00 List-Id: I've found another troublesome quirk in GNAT's -O3 mode -- Data_Errors are no longer propagated by the Text_Io packages (it worked fine without optimization). This is quite disturbing, to say the least, since it clobbers my attempt to catch bad input data formatting before calculating with it. :-( Is anyone else familiar with this phenomenon, or did I miss some fine print somewhere? Also, I posted before about another -O3 problem, but haven't seen any response on the issue (maybe it's that bad of a problem :) . -O3 generates a Program_Error when a procedure that was supplied with an access to procedure parameter tries to pass that access to procedure parameter to another procedure. Is there a trick to this that non-optimized mode doesn't require? I found that using -O1 caused the program to get stuck and hang (CPU usage at 100% doing nothing). Any help on these issues would be appreciated! -----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum