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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,546c9d71cfb0c1ee X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-12 11:04:12 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: [Announcement] New Project: ASIS for GNAT Date: Fri, 12 Mar 2004 19:55:21 +0100 Organization: AdaCL Message-ID: <2143348.gl8qfD7ZKX@linux1.krischik.com> References: <1252369.os30E2mMWi@linux1.krischik.com> <3zl4c.17228$mM.123491@attbi_s02> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: news.t-online.com 1079118111 00 27832 O3LiGylr3XHd01U 040312 19:01:51 X-Complaints-To: usenet-abuse@t-online.de X-ID: r4YiqvZGre8tGs5By8dFDxA-0+Hf40HLDNtgnvI9U90m6camGW+xZa User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:6286 Date: 2004-03-12T19:55:21+01:00 List-Id: Jeff C, wrote: > > "Martin Krischik" wrote in message > news:1252369.os30E2mMWi@linux1.krischik.com... >> Hello, >> >> I like to announce the beginning of a new Project. >> >> The Project amis to provide an up to date implementations of ASIS = Ada >> Semantic Interface Specification for GNAT based on gcc 3.5. The currently >> available open source ASIS implementation is for GNAT on gcc 2.8.1. >> >> The Project is located at sourceforge: >> >> http://sourceforge.net/projects/gnat-asis/ >> >> Current experinental versions are available via cvs. >> > > Hmm..Might be nice to target gcc 3.4 since although it looks promising, I > am not sure that > GNAT will be released in gcc 3.5 (which is currently targeted for > tree-ssa).. You think they will remove gnat from gcc? > This is nice to have since ACT has not provided up to date public releases > since 3.15. Perhaps this will > entice them to release one at http://libre.act-europe.fr It is not to difficult. All you have to do is update gnat subdirectory with a current version from the original gcc sources and switch -gnatwe off. Of cource I would like for a more automated approach. > I suspect part of the reason for the hold off is that the FSF releases > containing Ada have been generally more > broken than 3.15. True, but I think with gcc 3.5 we might be almost there. I have made good experiences with my snapshot compile. > Gcc 3.4 was looking like it might actually be a pretty good release for > GNAT... I have not checked > back recently on progress. I have tried both gcc 3.4 and gcc 3.5. Strangely a compile from the gcc 3.4 branch does not create all the gnat file: /work/gnu_3.4/x86_64-suse-linux-gnu Linux martin@linux2 Fr M�r 12 19:27:10 standart >la gcc/*gnat* -rwxrwxr-x+ 1 martin users 12M 2004-03-08 12:08 gcc/gnat1* -rwxrwxr-x+ 1 martin users 1,9M 2004-03-08 12:08 gcc/gnatbind* /work/gnu_3.4/x86_64-suse-linux-gnu Linux martin@linux2 Fr M�r 12 19:27:17 standart > Does not look very good, does it? The main branch, which should be "instable" provides: /work/gnu_3.5/x86_64-suse-linux-gnu Linux martin@linux2 Fr M�r 12 19:28:46 standart >la gcc/*gnat* -rwxrwxr-x+ 1 martin users 2,3M 2004-03-07 18:40 gcc/gnat* -rwxrwxr-x+ 1 martin users 13M 2004-03-08 10:42 gcc/gnat1* -rwxrwxr-x+ 1 martin users 1,9M 2004-03-08 10:42 gcc/gnatbind* -rwxrwxr-x+ 1 martin users 58K 2004-03-08 10:46 gcc/gnatbl* -rwxrwxr-x+ 1 martin users 843K 2004-03-07 18:40 gcc/gnatchop* -rwxrwxr-x+ 1 martin users 2,3M 2004-03-07 18:41 gcc/gnatclean* -rwxrwxr-x+ 1 martin users 1,3M 2004-03-07 18:40 gcc/gnatfind* -rwxrwxr-x+ 1 martin users 386K 2004-03-07 18:40 gcc/gnatkr* -rwxrwxr-x+ 1 martin users 928K 2004-03-08 10:46 gcc/gnatlink* -rwxrwxr-x+ 1 martin users 2,1M 2004-03-07 18:40 gcc/gnatls* -rwxrwxr-x+ 1 martin users 3,6M 2004-03-08 10:46 gcc/gnatmake* -rwxrwxr-x+ 1 martin users 2,2M 2004-03-07 18:41 gcc/gnatname* -rwxrwxr-x+ 1 martin users 1,6M 2004-03-07 18:40 gcc/gnatprep* -rwxrwxr-x+ 1 martin users 1,3M 2004-03-07 18:40 gcc/gnatxref* -rw-rw-r--+ 1 martin users 0 2004-03-08 10:46 gcc stamp-gnatlib -rw-rw-r--+ 1 martin users 0 2004-03-08 10:44 gcc stamp-gnatlib1 -rw-rw-r--+ 1 martin users 0 2004-03-08 10:44 gcc stamp-gnatlib2 /work/gnu_3.5/x86_64-suse-linux-gnu Linux martin@linux2 Fr M�r 12 19:28:49 standart > Better, isn't it. > Anyone run the test suite recently on any popular targets and want to > report results? With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com