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,31e05af9c16f30e1,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.222.71 with SMTP id qk7mr6571373pbc.1.1328338108053; Fri, 03 Feb 2012 22:48:28 -0800 (PST) Path: lh20ni258589pbb.0!nntp.google.com!news2.google.com!postnews.google.com!e27g2000vbu.googlegroups.com!not-for-mail From: Patrick Newsgroups: comp.lang.ada Subject: GCC with ada support Date: Fri, 3 Feb 2012 22:48:27 -0800 (PST) Organization: http://groups.google.com Message-ID: <728a63b8-b9da-4597-9317-aa58315cb4d7@e27g2000vbu.googlegroups.com> NNTP-Posting-Host: 69.159.21.71 Mime-Version: 1.0 X-Trace: posting.google.com 1328338107 6373 127.0.0.1 (4 Feb 2012 06:48:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Feb 2012 06:48:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e27g2000vbu.googlegroups.com; posting-host=69.159.21.71; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:9.0.1) Gecko/20120111 Abrowser/9.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-02-03T22:48:27-08:00 List-Id: Hi Everyone I am trying to compile the latest gcc so that I can get -fdump-ada- spec. I know I could get this from the gnat-gpl version but I was thinking that it might be wiser to get it from gcc so that there would not be version issues with multi-language development(which I have never done). Anyhow, the gcc version in my Trisquel repository(based on ubuntu)does not have proper ada support even though gnat is installed through the package manager as well. It looks like this might be a bug according to some web posts. Is there a linux distro that ships gcc with ada support built in? or even better gcc with -fdump-ada-spec enabled? Thanks for reading-Patrick