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,c5903df67bef1b05,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!newsfeed.multikabel.nl!amsnews01.chello.com!amsnews04.chello.com!amstwist00.POSTED!53ab2750!not-for-mail From: Reinert Korsnes Subject: gnat and fedora these days ? Newsgroups: comp.lang.ada User-Agent: KNode/0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Tue, 28 Jun 2005 14:19:37 +0200 NNTP-Posting-Host: 84.118.230.250 X-Complaints-To: abuse@chello.no X-Trace: amstwist00 1119961177 84.118.230.250 (Tue, 28 Jun 2005 14:19:37 MEST) NNTP-Posting-Date: Tue, 28 Jun 2005 14:19:37 MEST Xref: g2news1.google.com comp.lang.ada:11688 Date: 2005-06-28T14:19:37+02:00 List-Id: Hi, anybody tried "gnatmake" under an up to date (28 June 2005) Fedora Core 3 ? I have problems. Example: ---------------------------------------------------------------------------- gnatmake -ffast-math -O -mcpu=i686 test1 gcc -c -ffast-math -O -mcpu=i686 test1.adb +===========================GNAT BUG DETECTED==============================+ | 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) (i386-redhat-linux-gnu) | | Storage_Error stack overflow (or erroneous memory access) | | Error detected at a-textio.ads:53:9 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | Include the entire contents of this bug box in the report. | | Include the exact gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | +==========================================================================+ Please include these source files with error report Note that list may not be accurate in some cases, so please double check that the problem can still be reproduced with the set of files listed. test1.adb compilation abandoned gnatmake: "test1.adb" compilation error ---------------------------------------------------------------------------- reinert