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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: -fdump-ada-spec Date: Tue, 07 Oct 2014 17:05:56 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx05.eternal-september.org; posting-host="865ecc8333c04b7dc8d5f87fc772110b"; logging-data="17091"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18AP15r2MzmmRUljtLwAVSE1UMn+7ew5gE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:q48KBfux5xTBB8Ybh3Iimvb9Xys= sha1:xVh/W/a9FydaaPusPtc+wlMjn0c= Xref: news.eternal-september.org comp.lang.ada:22180 Date: 2014-10-07T17:05:56+01:00 List-Id: Markus Schöpflin writes: > Am 06.10.2014 19:45, schrieb Simon Wright: > >> Does anyone know where this is implemented in the GCC sources? > > The patch implementing -fdump-ada-spec can be found here: > https://gcc.gnu.org/ml/gcc-patches/2010-04/msg01592.html > > The diff should give you a precise idea where to look. :-) Thanks!