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,fd173879a595bde X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc01.POSTED!20ae255c!not-for-mail Newsgroups: comp.lang.ada From: Anonymous Coward Subject: Re: Default rep specs for record types - documented?? References: <1131118073.282094.236790@f14g2000cwb.googlegroups.com> Message-Id: User-Agent: slrn/0.9.7.4 (Linux) Date: Sat, 05 Nov 2005 02:26:49 GMT NNTP-Posting-Host: 141.149.78.234 X-Complaints-To: abuse@verizon.net X-Trace: trnddc01 1131157609 141.149.78.234 (Fri, 04 Nov 2005 21:26:49 EST) NNTP-Posting-Date: Fri, 04 Nov 2005 21:26:49 EST Xref: g2news1.google.com comp.lang.ada:6218 Date: 2005-11-05T02:26:49+00:00 List-Id: In article , Lauri Ora wrote: > > Some versions of GNAT also has option -gnatR1 (List rep info), which > gives you similar output: That is a very useful option. I wish I had known about it sooner. Is there a similar switch for C code? It would make interface coding so much easier if I could generate this output for C types before constructing the corrosponding ADA interface.