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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,42e5b13fda5e9af4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.germany.com!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder1.cambrium.nl!feed.tweaknews.nl!tudelft.nl!txtfeed1.tudelft.nl!feeder.news-service.com!news.astraweb.com!newsrouter-eu.astraweb.com!proxad.net!cleanfeed1-b.proxad.net!nnrp3-1.free.fr!not-for-mail Return-Path: From: Duncan Sands To: comp.lang.ada@ada-france.org Subject: Re: Building GNAT/GCC 4.2.0 Date: Fri, 15 Dec 2006 08:47:02 +0100 User-Agent: KMail/1.9.5 References: <1164158881.380828.124800@e3g2000cwe.googlegroups.com> <87ac2ilf7p.fsf@ludovic-brenta.org> <1166140984.940697.186780@80g2000cwy.googlegroups.com> In-Reply-To: <1166140984.940697.186780@80g2000cwy.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: amavisd-new at ada-france.org Cc: deadlyhead X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 15 Dec 2006 08:50:01 MET NNTP-Posting-Host: 88.191.14.223 X-Trace: 1166169001 news-3.free.fr 30170 88.191.14.223:41553 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:7917 Date: 2006-12-15T08:50:01+01:00 On Friday 15 December 2006 01:03, deadlyhead wrote: > Alright, so I'm giving this another shot. I've downloaded the latest > version of the 4.2 branch of GCC, and I'm attempting to once again > compile based on the Gnat-GPL download from AdaCore. >... > gcc -c -g -fkeep-inline-functions -gnatpg -gnata -I- -I. -Iada > -I/usr/src/gcc/gcc/gcc/ada /usr/src/gcc/gcc/gcc/ada/comperr.adb -o > ada/comperr.o > make[3]: Leaving directory `/usr/src/gcc/gcc-build/gcc' > make[2]: Leaving directory `/usr/src/gcc/gcc-build' > make[1]: Leaving directory `/usr/src/gcc/gcc-build' > comperr.adb:182:30: warning: index for "X" may assume lower bound of 1 > comperr.adb:182:30: warning: suggested replacement: "X'First" > comperr.adb:185:48: warning: index for "X" may assume lower bound of 1 > comperr.adb:185:48: warning: suggest replacement of "X'Length" by > "X'Last" > make[3]: *** [ada/comperr.o] Error 1 > make[2]: *** [all-stage1-gcc] Error 2 > make[1]: *** [stage1-bubble] Error 2 > make: *** [bootstrap] Error 2 File a bug report in gcc bugzilla: http://gcc.gnu.org/bugzilla/ Ciao, Duncan.