comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <rm.dash-bauhaus@futureapps.de>
Subject: Re: Strange GNAT compiler warning
Date: Wed, 28 Dec 2011 17:49:53 +0100
Date: 2011-12-28T17:49:53+01:00	[thread overview]
Message-ID: <4efb48b1$0$6558$9b4e6d93@newsspool4.arcor-online.net> (raw)
In-Reply-To: <jdf9k5$t9s$1@dont-email.me>

On 28.12.11 15:37, Jan Andres wrote:
> package Strange_Warning is
>     type Foo is limited interface;
>     type Bar is new Foo with null record;
> end Strange_Warning;

-Wall is a GCC option made for front ends to languages
other than Ada, in GCC.

Use -gnatwa instead.

Guessing, though, there are occurrences of F and C in
what GNAT generates as sources from the internal tree,
with -gnatdg.

F and C are out mode parameters that seem to be related to
primitive operations.  As said, just a wild guess.





  reply	other threads:[~2011-12-28 16:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-28 14:37 Strange GNAT compiler warning Jan Andres
2011-12-28 16:49 ` Georg Bauhaus [this message]
2011-12-28 17:47   ` Jan Andres
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox